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 18c2fd7 commit 833f0b9Copy full SHA for 833f0b9
helm/holmes/templates/holmes.yaml
@@ -7,6 +7,7 @@ metadata:
7
app: holmes
8
spec:
9
replicas: 1
10
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
11
selector:
12
matchLabels:
13
helm/holmes/values.yaml
@@ -1,7 +1,6 @@
1
certificate: "" # base64 encoded
2
logLevel: INFO
3
4
-
5
additionalEnvVars: []
6
additional_env_vars: []
imagePullSecrets: []
@@ -14,6 +13,7 @@ sentryDSN: https://[email protected]
14
enableTelemetry: true
15
16
enableAccountsCreate: true
+revisionHistoryLimit: 10
17
18
createServiceAccount: true
19
customServiceAccountName: ""
0 commit comments