Skip to content

Commit 28b41d6

Browse files
François Blondelpcallewaert
François Blondel
authored andcommitted
feat: allow setting revisionHistoryLimit
1 parent 437408b commit 28b41d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/ext-postgres-operator/templates/operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
{{- end }}
1212
spec:
1313
replicas: {{ .Values.replicaCount }}
14+
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
1415
selector:
1516
matchLabels:
1617
{{- include "chart.selectorLabels" . | nindent 6 }}

charts/ext-postgres-operator/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
replicaCount: 1
66

7+
revisionHistoryLimit: 10
8+
79
image:
810
repository: ghcr.io/movetokube/postgres-operator
911
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)