Skip to content

Commit

Permalink
add SERVICE_ACCOUNT_EMAIL back to api deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampbell2 committed Dec 1, 2023
1 parent 5cdfb90 commit 19bb6bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/apps/bases/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ spec:
secretKeyRef:
name: api
key: HASHING_SALT
- name: SERVICE_ACCOUNT_EMAIL
valueFrom:
secretKeyRef:
name: api
key: SERVICE_ACCOUNT_EMAIL
resources:
limits:
cpu: 300m
Expand Down

0 comments on commit 19bb6bd

Please sign in to comment.