Skip to content

Commit ee96d75

Browse files
authored
fix(rbac): move end template condition to the end of file (#67)
1 parent b967a4f commit ee96d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rbac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ roleRef:
3535
name: {{ template "common.names.fullname" . }}-lease-updater
3636
apiGroup: rbac.authorization.k8s.io
3737
---
38-
{{ end }}
3938
kind: Role
4039
apiVersion: rbac.authorization.k8s.io/v1
4140
metadata:
@@ -71,3 +70,4 @@ roleRef:
7170
kind: Role
7271
name: {{ template "common.names.fullname" . }}-pod-reader
7372
apiGroup: rbac.authorization.k8s.io
73+
{{ end }}

0 commit comments

Comments
 (0)