Skip to content

Commit e82fb7c

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 950ae02 commit e82fb7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/gateway/templates/configmap.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,14 @@ data:
262262
{{- end }}
263263
264264
deployment:
265+
{{- if and (.Values.deployment.fallback_cp) }}
266+
fallback_cp:
267+
{{- toYaml .Values.deployment.fallback_cp | nindent 8 }}
268+
{{- end }}
265269
{{- if and (.Values.deployment.fallback_cp) (ne .Values.deployment.fallback_cp.mode "write") }}
266270
role: data_plane
267271
role_data_plane:
268272
config_provider: yaml
269-
fallback_cp:
270-
{{- toYaml .Values.deployment.fallback_cp | nindent 8 }}
271273
{{- else }}
272274
role: traditional
273275
role_traditional:

0 commit comments

Comments
 (0)