We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3010379 commit d449c19Copy full SHA for d449c19
charts/nginx-gateway-fabric/templates/deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
{{- if .Values.topologySpreadConstraints }}
33
topologySpreadConstraints:
34
{{- toYaml .Values.topologySpreadConstraints | nindent 8 }}
35
- {{- end }}
+ {{- end }}
36
initContainers:
37
- name: copy-nginx-config
38
image: {{ .Values.nginxGateway.image.repository }}:{{ default .Chart.AppVersion .Values.nginxGateway.image.tag }}
0 commit comments