Skip to content

Commit

Permalink
fix(rbac): move end template condition to the end of file (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad authored Jan 24, 2025
1 parent 4fbbf89 commit 7884566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ roleRef:
name: {{ template "common.names.fullname" . }}-lease-updater
apiGroup: rbac.authorization.k8s.io
---
{{ end }}
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand All @@ -43,3 +42,4 @@ roleRef:
kind: Role
name: {{ template "common.names.fullname" . }}-pod-reader
apiGroup: rbac.authorization.k8s.io
{{ end }}

0 comments on commit 7884566

Please sign in to comment.