We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8a32c commit dff216aCopy full SHA for dff216a
charts/nginx-gateway-fabric/templates/rbac.yaml
@@ -7,7 +7,7 @@ metadata:
7
{{- include "nginx-gateway.labels" . | nindent 4 }}
8
annotations:
9
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
10
- {{- if or .Values.serviceAccount.imagePullSecret .Values.serviceAccount.imagePullSecrets }}
+{{- if or .Values.serviceAccount.imagePullSecret .Values.serviceAccount.imagePullSecrets }}
11
imagePullSecrets:
12
{{- if .Values.serviceAccount.imagePullSecret }}
13
- name: {{ .Values.serviceAccount.imagePullSecret }}
@@ -17,7 +17,7 @@ imagePullSecrets:
17
- name: {{ . }}
18
{{- end }}
19
20
- {{- end }}
+{{- end }}
21
---
22
apiVersion: rbac.authorization.k8s.io/v1
23
kind: ClusterRole
0 commit comments