File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
{{- include "external-dns.selectorLabels" . | nindent 6 }}
17
17
strategy :
18
18
{{- toYaml .Values.deploymentStrategy | nindent 4 }}
19
- {{- with .Values.revisionHistoryLimit }}
20
- revisionHistoryLimit : {{ . }}
21
- {{- end }}
19
+ revisionHistoryLimit : {{ .Values.revisionHistoryLimit }}
22
20
template :
23
21
metadata :
24
22
labels :
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ secretConfiguration:
197
197
deploymentStrategy :
198
198
type : Recreate
199
199
200
- # Optional field that specifies the number of old ReplicaSets to retain to allow rollback with the Deployment.
201
- revisionHistoryLimit :
200
+ # Specifies the number of old ReplicaSets to retain to allow rollback with the Deployment.
201
+ revisionHistoryLimit : 10
202
202
203
203
# opt out of the service account token automounting (at the pod level)
204
204
automountServiceAccountToken :
You can’t perform that action at this time.
0 commit comments