fix sa name
This commit is contained in:
parent
02297af4a5
commit
a689b27504
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ metadata:
|
|||
name: serviceaccounttoken
|
||||
namespace: {{ .Values.namespace }}
|
||||
annotations:
|
||||
kubernetes.io/service-account.name: {{ .Values.name | quote }}
|
||||
kubernetes.io/service-account.name: {{ .Values.serviceAccountName | quote }}
|
||||
...
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
Loading…
Reference in a new issue