master #9

Merged
stefan merged 96 commits from master into stable 2020-08-24 11:15:28 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit ee6510a208 - Show all commits

View File

@ -91,7 +91,7 @@ spec:
{{- if .Values.enableVolumeScheduling }}
- --feature-gates=Topology=true
{{- end}}
{{- if gt .Values.replicaCount 1 }}
{{- if gt .Values.replicaCount 1.0 }}
- --enable-leader-election
- --leader-election-type=leases
{{- end}}
@ -106,7 +106,7 @@ spec:
args:
- --csi-address=$(ADDRESS)
- --v=5
{{- if gt .Values.replicaCount 1 }}
{{- if gt .Values.replicaCount 1.0 }}
- --leader-election=true
- --leader-election-type=leases
{{- end}}
@ -121,7 +121,7 @@ spec:
image: {{ printf "%s:%s" .Values.sidecars.snapshotterImage.repository .Values.sidecars.snapshotterImage.tag }}
args:
- --csi-address=$(ADDRESS)
{{- if gt .Values.replicaCount 1 }}
{{- if gt .Values.replicaCount 1.0 }}
- --leader-election=true
{{- end}}
env: