feat(Argo): Make Argo Server service account creation conditional. (#460)
This commit is contained in:
parent
41ddad4aba
commit
44de70c741
4 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.server.enabled -}}
|
||||
{{- if and .Values.server.enabled .Values.server.createServiceAccount -}}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
{{- if .Values.singleNamespace }}
|
||||
kind: RoleBinding
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.server.enabled -}}
|
||||
{{- if and .Values.server.enabled .Values.server.createServiceAccount -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue