From 56a4e134a0250077e5e5898640c4d5f3a3222df4 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Fri, 14 Jan 2022 10:15:40 -0500 Subject: [PATCH] Update content/en/docs/guides/image-update.md --- content/en/docs/guides/image-update.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/guides/image-update.md b/content/en/docs/guides/image-update.md index 95bd40fad..08c916651 100644 --- a/content/en/docs/guides/image-update.md +++ b/content/en/docs/guides/image-update.md @@ -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: ..iam.gserviceaccount.com +- |- + apiVersion: v1 + kind: ServiceAccount + metadata: + name: image-reflector-controller + namespace: flux-system + annotations: + iam.gke.io/gcp-service-account: @.iam.gserviceaccount.com ``` #### Using Native Azure ACR Auto-Login