fix(argo-workflows): Change argo-workflows-server crb creation conditions (#2124)
Change server's crb creation conditions Signed-off-by: frauniki <frauniki@sinoa.jp> Co-authored-by: Jason Meridth <jmeridth@gmail.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
172ce600a1
commit
490ffa574c
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if and .Values.server.enabled .Values.server.serviceAccount.create .Values.server.rbac.create -}}
|
||||
{{- if and .Values.server.enabled .Values.server.rbac.create -}}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
{{- if .Values.singleNamespace }}
|
||||
kind: RoleBinding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue