diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 915fdda8..22b11aec 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -8,9 +8,7 @@ spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }} - {{- if .Values.revisionHistoryLimit }} revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} - {{- end }} selector: matchLabels: {{- include "dragon-bot.selectorLabels" . | nindent 6 }}