fix DATABASE_URL
This commit is contained in:
parent
db9d9dde0a
commit
aa82a88c5f
@ -18,7 +18,10 @@ spec:
|
||||
workingDir: "/app"
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
value: {{ .Values.db.url | quote }}
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: db-secret
|
||||
key: DATABASE_URL
|
||||
- name: DISABLE_SCHEMA_UPDATE
|
||||
value: "false" # always run the migration from the Helm PreSync hook, override the value set
|
||||
restartPolicy: OnFailure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user