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 950ae02 commit e82fb7cCopy full SHA for e82fb7c
charts/gateway/templates/configmap.yaml
@@ -262,12 +262,14 @@ data:
262
{{- end }}
263
264
deployment:
265
+ {{- if and (.Values.deployment.fallback_cp) }}
266
+ fallback_cp:
267
+ {{- toYaml .Values.deployment.fallback_cp | nindent 8 }}
268
+ {{- end }}
269
{{- if and (.Values.deployment.fallback_cp) (ne .Values.deployment.fallback_cp.mode "write") }}
270
role: data_plane
271
role_data_plane:
272
config_provider: yaml
- fallback_cp:
- {{- toYaml .Values.deployment.fallback_cp | nindent 8 }}
273
{{- else }}
274
role: traditional
275
role_traditional:
0 commit comments