Skip to content

Commit

Permalink
Revert "update service account similar to access artifact account (#555
Browse files Browse the repository at this point in the history
…)"

This reverts commit 974b24e.
  • Loading branch information
rcrozean committed Oct 17, 2023
1 parent 974b24e commit 1d5d7d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 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: release-build-account
serviceaccountName: postsubmits-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: release-build-account
serviceaccountName: postsubmits-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: release-build-account
serviceaccountName: postsubmits-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,5 +23,4 @@ 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
serviceAccountName: release-build-account
value: arn:aws:iam::379412251201:role/ArtifactDeploymentRole

0 comments on commit 1d5d7d0

Please sign in to comment.