File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
charts/aws-efs-csi-driver Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ metadata:
11
11
{{- end }}
12
12
spec :
13
13
replicas : {{ .Values.replicaCount }}
14
+ revisionHistoryLimit : {{ .Values.controller.revisionHistoryLimit }}
14
15
selector :
15
16
matchLabels :
16
17
app : efs-csi-controller
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
6
6
labels :
7
7
app.kubernetes.io/name : {{ include "aws-efs-csi-driver.name" . }}
8
8
spec :
9
+ revisionHistoryLimit : {{ .Values.node.revisionHistoryLimit }}
9
10
selector :
10
11
matchLabels :
11
12
app : efs-csi-node
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ controller:
81
81
# requests:
82
82
# cpu: 100m
83
83
# memory: 128Mi
84
+ revisionHistoryLimit : 10
84
85
nodeSelector : {}
85
86
updateStrategy : {}
86
87
tolerations :
@@ -152,6 +153,7 @@ node:
152
153
# requests:
153
154
# cpu: 100m
154
155
# memory: 128Mi
156
+ revisionHistoryLimit : 10
155
157
nodeSelector : {}
156
158
updateStrategy : {}
157
159
# Override default strategy (RollingUpdate) to speed up deployment.
You can’t perform that action at this time.
0 commit comments