From c77bfc23bc41259f46d579885671207f4d80fcf3 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 21 May 2022 18:12:57 -0700 Subject: [PATCH] moving around revision history i guess --- helm/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) 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 }}