Always create the job manage role
This commit is contained in:
parent
755a45f2c1
commit
7b9be43d88
@ -1,4 +1,4 @@
|
||||
{{- if and .Values.serviceAccount.create .Values.kubeconfigSecret.name -}}
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{- if and .Values.serviceAccount.create .Values.kubeconfigSecret.name -}}
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
|
Loading…
x
Reference in New Issue
Block a user