From 7a2d4c27f878cba2cb3403e577edc88bff497e76 Mon Sep 17 00:00:00 2001 From: Luke Robles 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 }}