Skip to content

Commit 0aba431

Browse files
author
Reuven Aharoni
committed
fix enable to enabled
Signed-off-by: Reuven Aharoni <[email protected]>
1 parent f854cc3 commit 0aba431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/helm/charts/templates/lvm-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
{{ toYaml . | nindent 8 }}
2727
{{- end}}
2828
spec:
29-
{{- if .Values.lvmController.podAntiAffinity.enable }}
29+
{{- if .Values.lvmController.podAntiAffinity.enabled }}
3030
affinity:
3131
podAntiAffinity:
3232
requiredDuringSchedulingIgnoredDuringExecution:

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ lvmController:
145145
# accounting for rolled over qps from previous seconds.
146146
burst: 0
147147
podAntiAffinity:
148-
enable: false
148+
enabled: false
149149

150150
# lvmPlugin is the common csi container used by the
151151
# controller deployment and node daemonset

0 commit comments

Comments
 (0)