Skip to content

Commit

Permalink
fix: add dsn env var in job
Browse files Browse the repository at this point in the history
  • Loading branch information
dlahn committed May 14, 2024
1 parent 2122092 commit 9cd6220
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hacks/values/kratos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ statefulSet:

job:
extraEnv:
- name: DSN
valueFrom:
secretKeyRef:
name: dsn-secret
key: dsn
- name: LOREM
value: IPSUM
extraInitContainers: |
Expand Down

0 comments on commit 9cd6220

Please sign in to comment.