Skip to content

Commit

Permalink
Add Strapi secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Aug 22, 2024
1 parent 1501ead commit 9aafcd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/makemyflix/strapi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ spec:
secretKeyRef:
name: makemyflix-strapi
key: admin-jwt-secret
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: makemyflix-strapi
key: jwt-secret
- name: TRANSFER_TOKEN_SALT
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 9aafcd7

Please sign in to comment.