Skip to content

Commit

Permalink
[helm/role-binding] fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
  • Loading branch information
alice-sawatzky committed Jan 29, 2024
1 parent 8e0df6a commit bbb2c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/sealed-secrets/templates/role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ roleRef:
name: {{ printf "%s-service-proxier" (include "sealed-secrets.fullname" .) }}
subjects:
{{- range .Values.rbac.proxier.subjects }}
- apiGroup: {{- .apiGroup | default "rbac.authorization.k8s.io" | quote }}
kind: {{- quote .kind }}
name: {{- quote .name }}
- apiGroup: {{ .apiGroup | default "rbac.authorization.k8s.io" | quote }}
kind: {{ quote .kind }}
name: {{ quote .name }}
{{- with .namespace }}
namespace: {{ quote . }}
{{- end }}
Expand Down

0 comments on commit bbb2c38

Please sign in to comment.