There was an error while loading. Please reload this page.
1 parent 2fedd14 commit f7514d0Copy full SHA for f7514d0
1 file changed
template/deploy/helm/[[operator]]/templates/serviceaccount.yaml.j2
@@ -10,6 +10,7 @@ metadata:
10
annotations:
11
{{- toYaml . | nindent 4 }}
12
{{- end }}
13
+{{- end }}
14
---
15
apiVersion: rbac.authorization.k8s.io/v1
16
# This cluster role binding allows anyone in the "manager" group to read secrets in any namespace.
@@ -26,4 +27,3 @@ roleRef:
26
27
kind: ClusterRole
28
name: {{ include "operator.fullname" . }}-clusterrole
29
apiGroup: rbac.authorization.k8s.io
-{{- end }}
0 commit comments