More fixes

This commit is contained in:
Amarpreet Minhas 2023-07-10 18:51:10 +00:00
parent 24469d94e8
commit e5da6cbca6

View file

@ -55,7 +55,7 @@ spec:
auth:
kubernetes:
mountPath: "k8s-teapot"
role: {{ .Values.name | quote }}
role: {{ .Values.externalSecrets.secretStoreName | quote }}
secretRef:
name: "serviceaccounttoken"
...