We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd62b19 commit 1fe6284Copy full SHA for 1fe6284
1 file changed
operator/templates/rbac/serviceaccount.yaml
@@ -6,5 +6,7 @@ apiVersion: v1
6
kind: ServiceAccount
7
metadata:
8
name: {{.Values.serviceAccount.name}}
9
- annotations: {{.Values.serviceAccount.annotations | toYaml | indent 4}}
10
- labels: {{.Values.serviceAccount.labels | toYaml | indent 4}}
+ annotations:
+ {{.Values.serviceAccount.annotations | toYaml | indent 4}}
11
+ labels:
12
+ {{.Values.serviceAccount.labels | toYaml | indent 4}}
0 commit comments