File tree 1 file changed +9
-9
lines changed
charts/nginx-gateway-fabric/templates 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ metadata:
8
8
annotations :
9
9
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
10
10
{{- if or .Values.serviceAccount.imagePullSecret .Values.serviceAccount.imagePullSecrets }}
11
- imagePullSecrets :
12
- {{- if .Values.serviceAccount.imagePullSecret }}
13
- - name : {{ .Values.serviceAccount.imagePullSecret }}
14
- {{- end }}
15
- {{- if .Values.serviceAccount.imagePullSecrets }}
16
- {{- range .Values.serviceAccount.imagePullSecrets }}
17
- - name : {{ . }}
18
- {{- end }}
19
- {{- end }}
11
+ imagePullSecrets :
12
+ {{- if .Values.serviceAccount.imagePullSecret }}
13
+ - name : {{ .Values.serviceAccount.imagePullSecret }}
14
+ {{- end }}
15
+ {{- if .Values.serviceAccount.imagePullSecrets }}
16
+ {{- range .Values.serviceAccount.imagePullSecrets }}
17
+ - name : {{ . }}
18
+ {{- end }}
19
+ {{- end }}
20
20
{{- end }}
21
21
---
22
22
apiVersion : rbac.authorization.k8s.io/v1
You can’t perform that action at this time.
0 commit comments