mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-28 13:46:33 +00:00
Fix chart for old Helm versions
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
{{- if and (not .Values.hpa.enabled) (gt .Values.replicaCount 1.0) }}
|
||||
{{- if not .Values.hpa.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
{{- end }}
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user