diff --git a/k8s/helmfile/helmfile.yaml b/k8s/helmfile/helmfile.yaml index 77c8044d5..cd9a330de 100644 --- a/k8s/helmfile/helmfile.yaml +++ b/k8s/helmfile/helmfile.yaml @@ -107,7 +107,7 @@ releases: - name: argocd-config namespace: argocd chart: ../../charts/argocd-config - installed: {{ eq .Environment.Name "local" | toYaml }} + installed: {{ ne .Environment.Name "production" | toYaml }} <<: *default_release - name: redirects