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 437408b commit 28b41d6Copy full SHA for 28b41d6
charts/ext-postgres-operator/templates/operator.yaml
@@ -11,6 +11,7 @@ metadata:
11
{{- end }}
12
spec:
13
replicas: {{ .Values.replicaCount }}
14
+ revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
15
selector:
16
matchLabels:
17
{{- include "chart.selectorLabels" . | nindent 6 }}
charts/ext-postgres-operator/values.yaml
@@ -4,6 +4,8 @@
4
5
replicaCount: 1
6
7
+revisionHistoryLimit: 10
8
+
9
image:
10
repository: ghcr.io/movetokube/postgres-operator
pullPolicy: IfNotPresent
0 commit comments