Add service account and role/rolebinding
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
backoffLimit: 0
|
||||
template:
|
||||
spec:
|
||||
serviceAccountName: {{ .Values.serviceAccount }}
|
||||
serviceAccountName: {{ include "flink-cdc-job.serviceAccountName" . }}
|
||||
containers:
|
||||
- name: submit
|
||||
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||
|
||||
Reference in New Issue
Block a user