big-terabyte-17106
02/15/2023, 8:18 PMbase_url
configuration. When deploying the this configuration via a helm chart the variables from the values file do not seem to get picked up. When checking the Helm chart here i cannot find any reference to this session config and the ui.action
also doesn't reflect the configuration. It shows the internal link in K8S.
I also tried to adjust the value via the env variable in the format described in the docs, but that also doesn't work.
env:
- name: SERVE_PUBLIC_BASR_URL
value: <http://kratos.local.io|kratos.local.io>
Is this a known issue?
values.yaml (DNS is done via the /etc/hosts file. That is why it is local.io):
kratos:
session:
cookie:
domain: <http://local.io|local.io>
serve:
public:
base_url: <http://kratos.local.io>
big-terabyte-17106
02/15/2023, 8:56 PMdazzling-state-25140
02/16/2023, 8:59 AMbig-terabyte-17106
02/17/2023, 4:33 PM