Skip to content

Commit

Permalink
fix(chart): revision history limit position
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Sep 4, 2024
1 parent 093d402 commit 8cc94e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nittei/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
{{- include "nittei.selectorLabels" . | nindent 6 }}
Expand Down Expand Up @@ -70,4 +71,3 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}

0 comments on commit 8cc94e2

Please sign in to comment.