Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fixed ServiceAccount Template generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amukherjeeupgrade committed Feb 22, 2023
1 parent 6c763c9 commit f57457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand All @@ -11,6 +10,7 @@ metadata:
{{- end }}

---
{{- if .Values.serviceAccount.create -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down

0 comments on commit f57457c

Please sign in to comment.