From aedf078cdecc366a564c0d1d648f4fe689fc077b Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Tue, 14 Jan 2025 11:26:32 -0600 Subject: [PATCH] Set ENVIRONMENT=production in webhook deployment Signed-off-by: Dean Roehrich --- config/dp0/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dp0/kustomization.yaml b/config/dp0/kustomization.yaml index d6bcee88..6aa9b7ef 100644 --- a/config/dp0/kustomization.yaml +++ b/config/dp0/kustomization.yaml @@ -4,4 +4,5 @@ resources: patches: # Arguments for the controller manager that are specific to dp0 - path: manager_environment_patch.yaml +- path: webhook_environment_patch.yaml