Skip to content

Commit

Permalink
chore: use correct roles for staging & prod (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jun 20, 2024
1 parent 7dcee26 commit 2a1219e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .infra/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
services:
explorer:
serviceAccount:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::231426846575:role/data_portal_prod_explorer
image:
tag: sha-3883f979
replicaCount: 3
Expand Down
3 changes: 3 additions & 0 deletions .infra/staging/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
services:
explorer:
serviceAccount:
annotations:
"eks.amazonaws.com/role-arn": arn:aws:iam::699936264352:role/data_portal_staging_explorer
image:
tag: sha-3883f979
replicaCount: 1
Expand Down

0 comments on commit 2a1219e

Please sign in to comment.