Skip to content

Commit

Permalink
Add secret to container in deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
a26blass committed Apr 30, 2024
1 parent 2fa5c87 commit 456c9d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@ spec:
image: gcr.io/personal-website-421100/personal-site:bc048038d24b
ports:
- containerPort: 8080
env:
- name: GMAIL_PASSWORD
valueFrom:
secretKeyRef:
name: gmail-password
key: GMAIL_PASSWORD


0 comments on commit 456c9d2

Please sign in to comment.