Skip to content

Commit

Permalink
change serviceAccountRef to secretRef (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-rkm authored Mar 5, 2024
1 parent df85013 commit 67e12b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/aoi/templates/externalsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
kubernetes:
mountPath: {{ .Values.externalSecret.vaultMountPath }}
role: "external-secrets"
serviceAccountRef:
name: "external-secrets"
secretRef:
name: external-secrets-token
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand Down

0 comments on commit 67e12b0

Please sign in to comment.