Skip to content
Snippets Groups Projects
Verified Commit 3f3dd478 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set KRATOS_PUBLIC_URL to internal network URL for initialize user job

parent a03541e3
No related branches found
No related tags found
1 merge request!23Resolve "Add web and kratos paths in nginx configuration"
Pipeline #13545 passed with stages
in 3 minutes and 10 seconds
......@@ -41,6 +41,8 @@ spec:
value: {{ .Values.backend.initialUser.email }}
- name: SETUP_PASSWORD
value: {{ .Values.backend.initialUser.password }}
- name: KRATOS_PUBLIC_URL
value: http://kratos-public:80
command: ["/bin/bash", "-c"]
args:
- flask db upgrade;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment