Skip to content

Commit

Permalink
chore: set revisionHistoryLimit=1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jun 3, 2024
1 parent e3d74b8 commit 3c1aeb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
labels: {{- include "config-db.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicas }}
revisionHistoryLimit: 1
selector:
matchLabels: {{- include "config-db.selectorLabels" . | nindent 6 }}
{{- if $embeddedDB }}
Expand Down

0 comments on commit 3c1aeb7

Please sign in to comment.