Skip to content

Commit

Permalink
Define a user-created service account
Browse files Browse the repository at this point in the history
Instead of use the CloudBuild Service Agent, we use a dedicated service
account for the release process

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Feb 27, 2024
1 parent 36f83c9 commit 2fb0ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcb/stage/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ steps:
secretEnv:
- GITHUB_TOKEN
- DOCKERHUB_TOKEN
serviceAccount: 'projects/k8s-release/serviceAccounts/k8s-relase-sa'
args:
- "bin/krel"
- "stage"
Expand Down

0 comments on commit 2fb0ccc

Please sign in to comment.