Skip to content

Commit 0606a0c

Browse files
author
Aaron Suarez
authored
Add JWT_PUBLIC_KEY env var to resources api (#159)
1 parent 4a9a9a2 commit 0606a0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

kubernetes/resources_api/base/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ spec:
6464
key: honeycomb_writekey
6565
- name: HONEYCOMB_DATASET
6666
value: production-traces
67+
- name: JWT_PUBLIC_KEY
68+
valueFrom:
69+
secretKeyRef:
70+
name: resources-api-secrets
71+
key: jwt_public_key
6772
volumes:
6873
- name: resources-api-secrets
6974
secret:

0 commit comments

Comments
 (0)