parametrization deployment strategy for csi controller
This commit is contained in:
parent
034e515e21
commit
9a3af58bd1
Binary file not shown.
@ -10,6 +10,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .Values.controller.name }}
|
||||
strategy:
|
||||
type: {{ .Values.controller.strategyType }}
|
||||
template:
|
||||
metadata:
|
||||
{{ include "nfs.labels" . | indent 6 }}
|
||||
|
||||
@ -38,6 +38,7 @@ kubeletDir: /var/lib/kubelet
|
||||
controller:
|
||||
name: csi-nfs-controller
|
||||
replicas: 1
|
||||
strategyType: RollingUpdate
|
||||
runOnMaster: false
|
||||
runOnControlPlane: false
|
||||
livenessProbe:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user