You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this block never gets inserted into the rendered manifest. There must either be a bug with Helm, or this if-statement within the backend-statefulset.yaml file isn't correct:
{{- if and (hasKey .Values.langflow.backend "autoLogin") (eq .Values.langflow.backend.autoLogin false) }}
Certainly looks right. But it also never works. I've checked everything imaginable, like running yamllint against my values.yaml file, and running helm template to see if any errors are received. Sure would be nice if Helm's --debug flag actually printed the logic steps & results. Why does something so seemingly innocuous always turns out to be rather deadly?
The text was updated successfully, but these errors were encountered:
syoung-gaia
changed the title
OAuth support for authenticating Langflow user accounts
Cannot disable autologin or create unique creds for superuser
Dec 17, 2024
Looking at the code, I should only need to uncomment and add values to these few lines within my own values.yaml file:
However, this block never gets inserted into the rendered manifest. There must either be a bug with Helm, or this if-statement within the backend-statefulset.yaml file isn't correct:
{{- if and (hasKey .Values.langflow.backend "autoLogin") (eq .Values.langflow.backend.autoLogin false) }}
Certainly looks right. But it also never works. I've checked everything imaginable, like running yamllint against my values.yaml file, and running
helm template
to see if any errors are received. Sure would be nice if Helm's--debug
flag actually printed the logic steps & results. Why does something so seemingly innocuous always turns out to be rather deadly?The text was updated successfully, but these errors were encountered: