Skip to content

Commit fadb118

Browse files
committed
apply external secret annotation in values.yaml
1 parent be653ad commit fadb118

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

10-developer-experience/external-secrets-operator/Taskfile.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ tasks:
1212
cmds:
1313
- helm repo add external-secrets https://charts.external-secrets.io
1414
- |
15-
helm install external-secrets \
15+
helm upgrade --install external-secrets \
1616
external-secrets/external-secrets \
1717
-n external-secrets \
18+
--values values.yaml \
1819
--create-namespace \
1920
--version 0.9.19
2021
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
serviceAccount:
2+
annotations:
3+
iam.gke.io/gcp-service-account: external-secrets@kubernetes-course-424917.iam.gserviceaccount.com

0 commit comments

Comments
 (0)