Skip to content

Commit 49523b6

Browse files
committed
support revisionhistorylimit
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
1 parent 2d244e4 commit 49523b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helm/safe-settings/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
{{- if not .Values.autoscaling.enabled }}
99
replicas: {{ .Values.replicaCount }}
1010
{{- end }}
11+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
1112
selector:
1213
matchLabels:
1314
{{- include "safe-settings.selectorLabels" . | nindent 6 }}

helm/safe-settings/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
replicaCount: 2
6+
revisionHistoryLimit: 10
67

78
image:
89
repository: ghcr.io/github/safe-settings

0 commit comments

Comments
 (0)