Fix indentation for beat

This commit is contained in:
ddelange 2022-07-20 14:03:13 +00:00 committed by David Burke
parent b574d0dcf7
commit 0b34aa7469

View file

@ -60,17 +60,17 @@ spec:
name: {{ include "django.fullname" . }} name: {{ include "django.fullname" . }}
- configMapRef: - configMapRef:
name: {{ include "django.fullname" . }} name: {{ include "django.fullname" . }}
{{- with .Values.beat.nodeSelector }} {{- with .Values.beat.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.beat.affinity }} {{- with .Values.beat.affinity }}
affinity: affinity:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- with .Values.beat.tolerations }} {{- with .Values.beat.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}