Chart: Add unit tests for default backend & topology spread constraints. (#11218)

Also remove trailing whitespaces.
This commit is contained in:
Marco Ebert 2024-04-05 23:19:58 +02:00 committed by GitHub
parent 158ba45b0b
commit 531b007b60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 176 additions and 1 deletions

View file

@ -111,7 +111,7 @@ spec:
{{- end }}
{{- if .Values.defaultBackend.topologySpreadConstraints }}
topologySpreadConstraints: {{ tpl (toYaml .Values.defaultBackend.topologySpreadConstraints) $ | nindent 8 }}
{{- end }}
{{- end }}
terminationGracePeriodSeconds: 60
{{- if .Values.defaultBackend.extraVolumes }}
volumes: {{ toYaml .Values.defaultBackend.extraVolumes | nindent 8 }}