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.controller.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 @@ -9,6 +9,7 @@ metadata:
9
9
{{ toYaml . | nindent 4 }}
10
10
{{- end }}
11
11
spec :
12
+ revisionHistoryLimit : {{ .Values.node.revisionHistoryLimit }}
12
13
selector :
13
14
matchLabels :
14
15
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 :
@@ -164,6 +165,7 @@ node:
164
165
# requests:
165
166
# cpu: 100m
166
167
# memory: 128Mi
168
+ revisionHistoryLimit : 10
167
169
nodeSelector : {}
168
170
updateStrategy :
169
171
{}
You can’t perform that action at this time.
0 commit comments