Skip to content

Commit dff216a

Browse files
committed
Fix spacing
1 parent 6c8a32c commit dff216a

File tree

1 file changed

+2
-2
lines changed
  • charts/nginx-gateway-fabric/templates

1 file changed

+2
-2
lines changed

charts/nginx-gateway-fabric/templates/rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
{{- include "nginx-gateway.labels" . | nindent 4 }}
88
annotations:
99
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
10-
{{- if or .Values.serviceAccount.imagePullSecret .Values.serviceAccount.imagePullSecrets }}
10+
{{- if or .Values.serviceAccount.imagePullSecret .Values.serviceAccount.imagePullSecrets }}
1111
imagePullSecrets:
1212
{{- if .Values.serviceAccount.imagePullSecret }}
1313
- name: {{ .Values.serviceAccount.imagePullSecret }}
@@ -17,7 +17,7 @@ imagePullSecrets:
1717
- name: {{ . }}
1818
{{- end }}
1919
{{- end }}
20-
{{- end }}
20+
{{- end }}
2121
---
2222
apiVersion: rbac.authorization.k8s.io/v1
2323
kind: ClusterRole

0 commit comments

Comments
 (0)