Skip to content

Commit

Permalink
apply external secret annotation in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jul 22, 2024
1 parent be653ad commit fadb118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ tasks:
cmds:
- helm repo add external-secrets https://charts.external-secrets.io
- |
helm install external-secrets \
helm upgrade --install external-secrets \
external-secrets/external-secrets \
-n external-secrets \
--values values.yaml \
--create-namespace \
--version 0.9.19
Expand Down
3 changes: 3 additions & 0 deletions 10-developer-experience/external-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
serviceAccount:
annotations:
iam.gke.io/gcp-service-account: external-secrets@kubernetes-course-424917.iam.gserviceaccount.com

0 comments on commit fadb118

Please sign in to comment.