Skip to content

Commit

Permalink
postgres password in the deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed Feb 23, 2024
1 parent 06f76a3 commit 00227aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions store-consumer/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ spec:
spec:
serviceAccount: kafka-account
containers:
- env:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
key: superUserPassword
name: postgres-secret
name: store-consumer
- image: LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY/IMAGE:TAG
resources:
requests:
Expand Down

0 comments on commit 00227aa

Please sign in to comment.