Always create the job manage role

This commit is contained in:
Matt Pryor 2022-01-17 08:41:49 +00:00
parent 755a45f2c1
commit 7b9be43d88
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: