Skip to content

Commit 833f0b9

Browse files
authored
Support revisionhistorylimit (#796)
1 parent 18c2fd7 commit 833f0b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm/holmes/templates/holmes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
app: holmes
88
spec:
99
replicas: 1
10+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
1011
selector:
1112
matchLabels:
1213
app: holmes

helm/holmes/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
certificate: "" # base64 encoded
22
logLevel: INFO
33

4-
54
additionalEnvVars: []
65
additional_env_vars: []
76
imagePullSecrets: []
@@ -14,6 +13,7 @@ sentryDSN: https://[email protected]
1413
enableTelemetry: true
1514

1615
enableAccountsCreate: true
16+
revisionHistoryLimit: 10
1717

1818
createServiceAccount: true
1919
customServiceAccountName: ""

0 commit comments

Comments
 (0)