Chart: Add unit tests for default backend & topology spread constraints. (#11218)
Also remove trailing whitespaces.
This commit is contained in:
parent
158ba45b0b
commit
531b007b60
4 changed files with 176 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue