Skip to content

Commit

Permalink
Update serviceaccount.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Nov 15, 2024
1 parent 94c3b77 commit c3bb053
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{{- if and .Values.rbac.enabled .Values.rbac.serviceAccount.enabled }}
{{- if .Values.rbac.existingServiceAccountName }}
{{- error "rbac.existingServiceAccountName is set, but a new service account is being created. Please disable rbac.serviceAccount.enabled or unset rbac.existingServiceAccountName to avoid conflict." }}
{{- else }}
---
apiVersion: v1
kind: ServiceAccount
Expand All @@ -23,4 +20,3 @@ metadata:
{{- toRawJson $reference | quote | nindent 6 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit c3bb053

Please sign in to comment.