Fix service account name
This commit is contained in:
parent
980dae02e7
commit
46a0189a89
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ metadata:
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ .Values.name }}
|
||||
name: {{ .Values.serviceAccountName }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
...
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue