Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created March 22, 2022 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-guy/9b7a9fd8f54033e923b3fcacd2e6bd11 to your computer and use it in GitHub Desktop.
Save developer-guy/9b7a9fd8f54033e923b3fcacd2e6bd11 to your computer and use it in GitHub Desktop.
gcp service account annotate
$ kubectl annotate serviceaccount \
 --namespace kyverno \
kyverno \
iam.gke.io/gcp-service-account=${GSA_NAME}@${PROJECT_ID}.iam.gserviceaccount.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment