Skip to content

Commit

Permalink
fix service account names (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
EPortman authored Dec 24, 2024
1 parent 37afce6 commit 35dc6d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/emailer/devops/gcp/clouddeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serialPipeline:
service-name: "namex-emailer-dev"
container-name: "namex-emailer-dev"
cloudsql-instances: ""
service-account: "sa-api@gtksf3-dev.iam.gserviceaccount.com"
service-account: "sa-api@a083gt-dev.iam.gserviceaccount.com"
- targetId: a083gt-test
profiles: [test]
strategy:
Expand All @@ -44,7 +44,7 @@ serialPipeline:
service-name: "namex-emailer-test"
container-name: "namex-emailer-test"
cloudsql-instances: ""
service-account: "sa-api@gtksf3-test.iam.gserviceaccount.com"
service-account: "sa-api@a083gt-test.iam.gserviceaccount.com"
- targetId: a083gt-sandbox
profiles: [sandbox]
strategy:
Expand All @@ -57,7 +57,7 @@ serialPipeline:
service-name: "namex-emailer-sandbox"
container-name: "namex-emailer-sandbox"
cloudsql-instances: ""
service-account: "sa-api@gtksf3-tools.iam.gserviceaccount.com"
service-account: "sa-api@a083gt-integration.iam.gserviceaccount.com"
- targetId: a083gt-prod
profiles: [prod]
strategy:
Expand All @@ -73,5 +73,5 @@ serialPipeline:
resources-cpu: "8000m"
resources-memory: "4Gi"
cloudsql-instances: ""
service-account: "sa-api@gtksf3-prod.iam.gserviceaccount.com"
service-account: "sa-api@a083gt-prod.iam.gserviceaccount.com"
max-scale: "10"

0 comments on commit 35dc6d1

Please sign in to comment.