Skip to content

Commit

Permalink
chore: do not set ORY_KRATOS_URL if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Sep 12, 2024
1 parent 13ba49e commit a254787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ spec:
env:
- name: HOSTNAME
value: "0.0.0.0"
{{- if .Values.oryKratosURL }}
- name: ORY_KRATOS_URL
value: {{ tpl .Values.oryKratosURL . }}
{{- end }}
- name: BACKEND_URL
value: {{ .Values.backendURL | quote}}
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit a254787

Please sign in to comment.