mirror of
https://github.com/helm/helm.git
synced 2026-04-07 01:56:35 -04:00
Merge pull request #8696 from f0rmiga/patch-1
fix: boilerplate template indentation
This commit is contained in:
commit
e73af10d0b
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Reference in a new issue