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

add kratosUrl configuration variable

parent 88a4367b
No related branches found
No related tags found
1 merge request!6Resolve "Add KRATOS_URL backend config variable to helm chart"
Pipeline #9338 passed with stages
in 2 minutes and 33 seconds
......@@ -138,6 +138,8 @@ spec:
secretKeyRef:
name: {{ include "backend.smtp.secretName" . }}
key: smtp-password
- name: KRATOS_URL
value: {{ .Values.backend.kratosUrl }}
{{- end }}
{{- if .Values.backend.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.backend.extraEnvVars "context" $) | nindent 12 }}
......
......@@ -247,6 +247,9 @@ backend:
##
pullSecrets: []
# URL to the Ory Kratos API
kratosUrl: http://127.0.0.1:8000
## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
##
service:
......
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