Created
March 22, 2022 14:12
-
-
Save developer-guy/9b7a9fd8f54033e923b3fcacd2e6bd11 to your computer and use it in GitHub Desktop.
gcp service account annotate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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