Merge pull request #8696 from f0rmiga/patch-1

fix: boilerplate template indentation
pull/8887/head
Matthew Fisher 5 years ago committed by GitHub
commit e73af10d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -258,9 +258,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…
Cancel
Save