From 3c1aeb7b840b9f78ed028ba753191274e0ba1820 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Mon, 3 Jun 2024 12:42:18 +0300 Subject: [PATCH] chore: set revisionHistoryLimit=1 --- chart/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index d7fb0c8a..da480d31 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -11,6 +11,7 @@ metadata: labels: {{- include "config-db.labels" . | nindent 4 }} spec: replicas: {{ .Values.replicas }} + revisionHistoryLimit: 1 selector: matchLabels: {{- include "config-db.selectorLabels" . | nindent 6 }} {{- if $embeddedDB }}