Merge pull request #21 from Telecominfraproject/feature/wifi-4977--introduce-revisionHistoryLimit

[WIFI-4977] Add: helm add revisionHistoryLimit support
This commit is contained in:
Dmitry Dunaev
2021-12-23 16:27:00 +03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ spec:
replicas: {{ .Values.replicaCount }}
strategy:
type: {{ .Values.strategyType }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "owfms.name" . }}

View File

@@ -1,6 +1,7 @@
# System
replicaCount: 1
strategyType: Recreate
revisionHistoryLimit: 2
nameOverride: ""
fullnameOverride: ""