Skip to content

Commit

Permalink
Merge pull request #937 from evankanderson/add-token-key
Browse files Browse the repository at this point in the history
Add token_key_passphrase to file location overrides following #925
  • Loading branch information
JAORMX authored Sep 12, 2023
2 parents 490abf4 + 42b0627 commit 27824e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
value: "/secrets/auth/refresh_token_rsa"
- name: "AUTH.REFRESH_TOKEN_PUBLIC_KEY"
value: "/secrets/auth/refresh_token_rsa.pub"
- name: "AUTH.TOKEN_KEY_PASSPHRASE"
value: "/secrets/auth/token_key_passphrase"

# ko will always specify a digest, so we don't need to worry about
# CRI image caching
Expand Down

0 comments on commit 27824e7

Please sign in to comment.