We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d244e4 commit 49523b6Copy full SHA for 49523b6
helm/safe-settings/templates/deployment.yaml
@@ -8,6 +8,7 @@ spec:
8
{{- if not .Values.autoscaling.enabled }}
9
replicas: {{ .Values.replicaCount }}
10
{{- end }}
11
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
12
selector:
13
matchLabels:
14
{{- include "safe-settings.selectorLabels" . | nindent 6 }}
helm/safe-settings/values.yaml
@@ -3,6 +3,7 @@
3
# Declare variables to be passed into your templates.
4
5
replicaCount: 2
6
+revisionHistoryLimit: 10
7
image:
repository: ghcr.io/github/safe-settings
0 commit comments