We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edf39c commit 950ae02Copy full SHA for 950ae02
charts/gateway/templates/configmap.yaml
@@ -262,7 +262,7 @@ data:
262
{{- end }}
263
264
deployment:
265
- {{- if .Values.deployment.fallback_cp }}
+ {{- if and (.Values.deployment.fallback_cp) (ne .Values.deployment.fallback_cp.mode "write") }}
266
role: data_plane
267
role_data_plane:
268
config_provider: yaml
0 commit comments