Skip to content

Commit 950ae02

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gateway/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ data:
262262
{{- end }}
263263
264264
deployment:
265-
{{- if .Values.deployment.fallback_cp }}
265+
{{- if and (.Values.deployment.fallback_cp) (ne .Values.deployment.fallback_cp.mode "write") }}
266266
role: data_plane
267267
role_data_plane:
268268
config_provider: yaml

0 commit comments

Comments
 (0)