Skip to content

Commit

Permalink
update service account similar to access artifact account (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean authored Oct 16, 2023
1 parent 276e3f4 commit 974b24e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ postsubmits:
image-build: "true"
disk-usage: "true"
spec:
serviceaccountName: postsubmits-build-account
serviceaccountName: release-build-account
automountServiceAccountToken: true
nodeSelector:
arch: AMD64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ postsubmits:
image-build: "true"
disk-usage: "true"
spec:
serviceaccountName: postsubmits-build-account
serviceaccountName: release-build-account
automountServiceAccountToken: true
nodeSelector:
arch: AMD64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ postsubmits:
image-build: "true"
disk-usage: "true"
spec:
serviceaccountName: postsubmits-build-account
serviceaccountName: release-build-account
automountServiceAccountToken: true
nodeSelector:
arch: AMD64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ runIfChanged: projects/golang/go/docker/debianBase/RELEASE
imageBuild: true
automountServiceAccountToken: true
commands:
- make install-deps -C $PROJECT_PATH
- projects/golang/go/scripts/prow_release_images.sh
- projects/golang/go/scripts/debian_image_release_notification.sh
- make install-deps -C $PROJECT_PATH
- projects/golang/go/scripts/prow_release_images.sh
- projects/golang/go/scripts/debian_image_release_notification.sh
projectPath: projects/golang/go
resources:
requests:
Expand All @@ -23,4 +23,5 @@ envVars:
- name: SNS_TOPIC_ARN
value: arn:aws:sns:us-east-1:379412251201:eks-golang-image-updates
- name: ARTIFACT_DEPLOYMENT_ROLE_ARN
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole
serviceAccountName: release-build-account

0 comments on commit 974b24e

Please sign in to comment.