mirror of https://github.com/helm/helm.git
fix: if not .Values.autoscaling.enabled indent
Signed-off-by: Thulio Ferraz Assis <thulio.assis@suse.com>
This commit is contained in:
parent
6766017d38
commit
b4bb73d8ce
|
|
@ -246,9 +246,9 @@ metadata:
|
|||
labels:
|
||||
{{- include "<CHARTNAME>.labels" . | nindent 4 }}
|
||||
spec:
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "<CHARTNAME>.selectorLabels" . | nindent 6 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue