Skip to content

Commit

Permalink
fix: IAM typo
Browse files Browse the repository at this point in the history
  • Loading branch information
braaar committed Jun 5, 2024
1 parent c9ff93e commit e70270b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stacks/unleash/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resources:
annotations:
"iam.gke.io/gcp-service-account": ${database:serviceAccountEmail}
serviceAccountIamMember:
type: gcp:serviceaccount:IAMMember
type: gcp:serviceAccount:IAMMember
properties:
serviceAccountId: ${database:serviceAccountId}
role: roles/iam.workloadIdentityUser
Expand Down Expand Up @@ -90,9 +90,9 @@ resources:
- name: cloud-sql-proxy
image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.8.0
args:
- --structured-logs=true
- --port=5432
- ${database:connectionName}
- --structured-logs=true
- --port=5432
- ${database:connectionName}
securityContext:
runAsNonRoot: true
service:
Expand Down Expand Up @@ -129,4 +129,4 @@ resources:
number: 8484
variables:
appLabels:
app: ${pulumi.project}-${pulumi.stack}
app: ${pulumi.project}-${pulumi.stack}

0 comments on commit e70270b

Please sign in to comment.