I'm checking the docs <here> for the session and `...
# talk-kratos
b
I'm checking the docs here for the session and
base_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.
Copy code
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):
Copy code
kratos:
  session:
    cookie:
      domain: <http://local.io|local.io>
  serve:
    public:
      base_url: <http://kratos.local.io>
Already fixed
d
@big-terabyte-17106 Could you close the loop on this? How did you fix it?
b
By including the proper configuration. The base_url needed to be under the kratos.config object in the values file for helm.