We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7144e commit cab2869Copy full SHA for cab2869
2 files changed
charts/argocd-understack/templates/application-envoy-configs.yaml.tpl
@@ -1,4 +1,4 @@
1
-{{- if eq (include "understack.isEnabled" (list $.Values.site "envoy_configs")) "true" }}
+{{- if or (eq (include "understack.isEnabled" (list $.Values.global "envoy_configs")) "true") (eq (include "understack.isEnabled" (list $.Values.site "envoy_configs")) "true") }}
2
---
3
apiVersion: argoproj.io/v1alpha1
4
kind: Application
charts/argocd-understack/values.yaml
@@ -57,6 +57,12 @@ global:
57
# @default -- true
58
enabled: true
59
60
+ # -- Envoy configs for Envoy Gateway API
61
+ envoy_configs:
62
+ # -- Enable/disable deploy Envoy Configs
63
+ # @default -- true
64
+ enabled: true
65
+
66
# -- Envoy Gateway API gateway
67
envoy_gateway:
68
# -- Enable/disable deploying Envoy Gateway
0 commit comments