Skip to content

Commit

Permalink
set VALKYRIE_TRANSITION env var for staging
Browse files Browse the repository at this point in the history
PSD.js wasn't loading for pals knapsack staging because an env wasn't set. πŸ™ƒ

Issue:
- #70
  • Loading branch information
ShanaLMoore committed Aug 29, 2024
1 parent 2f8cc8c commit 02a1bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ extraEnvVars: &envVars
value: testing123
- name: VALKYRIE_ID_TYPE
value: string
- name: VALKYRIE_TRANSITION
value: true

worker:
replicaCount: 1
Expand Down

0 comments on commit 02a1bde

Please sign in to comment.