moving around revision history i guess

This commit is contained in:
Luke Robles 2022-05-21 18:12:57 -07:00
parent d1f7c56121
commit 5e333d5b3e

View File

@ -8,9 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
{{- end }} {{- end }}
{{- if .Values.revisionHistoryLimit }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- end }}
selector: selector:
matchLabels: matchLabels:
{{- include "dragon-bot.selectorLabels" . | nindent 6 }} {{- include "dragon-bot.selectorLabels" . | nindent 6 }}