From 724beb607c77f2c248a06ba86eefb082cd64b95d Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 23 Dec 2021 16:08:25 +0300 Subject: [PATCH] [WIFI-4977] Add: helm add revisionHistoryLimit support Signed-off-by: Dmitry Dunaev --- helm/templates/deployment.yaml | 1 + helm/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index e4a6e983..10f562e2 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -13,6 +13,7 @@ spec: replicas: {{ .Values.replicaCount }} strategy: type: {{ .Values.strategyType }} + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} selector: matchLabels: app.kubernetes.io/name: {{ include "owgw.name" . }} diff --git a/helm/values.yaml b/helm/values.yaml index 77af442f..87643cae 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,7 @@ # System replicaCount: 1 strategyType: Recreate +revisionHistoryLimit: 2 nameOverride: "" fullnameOverride: ""