Skip to content

Commit

Permalink
Update content/en/docs/guides/image-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdonb authored Jan 14, 2022
1 parent cc49097 commit 56a4e13
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions content/en/docs/guides/image-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,14 @@ patches:
value: --gcp-autologin-for-gcr
### add this patch to annotate service account if you are using Workload identity
patchesStrategicMerge:
patch: |-
- op: add
path: /metadata/annotations/spec/
value: <gcp-service-account-name>.<PROJECT_ID>.iam.gserviceaccount.com
- |-
apiVersion: v1
kind: ServiceAccount
metadata:
name: image-reflector-controller
namespace: flux-system
annotations:
iam.gke.io/gcp-service-account: <gcp-service-account-name>@<PROJECT_ID>.iam.gserviceaccount.com
```

#### Using Native Azure ACR Auto-Login
Expand Down

0 comments on commit 56a4e13

Please sign in to comment.