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,18 +258,18 @@ 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 }}
template:
metadata:
{{- with .Values.podAnnotations }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
labels:
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
spec:

Loading…
Cancel
Save