Closed cpatrickalves closed 16 hours ago
Hey @cpatrickalves! I'm here to help you with any bugs, questions, or contributions you have. Let's squash this bug together!
To resolve the YAML parse error related to "did not find expected '-' indicator" in the deployment.yaml
file, you need to correct the indentation issue in the YAML content. The error is likely caused by the misalignment of the value
key under the - name: NEXT_PUBLIC_SIGN_UP_DISABLED
environment variable. Here is the corrected section:
- name: NEXT_PUBLIC_SIGN_UP_DISABLED
value: {{ .Values.langfuse.nextPublicSignUpDisabled | quote }}
Ensure that the value
key is properly aligned with the name
key. This should resolve the YAML parse error during the Helm installation of Langfuse version 0.8.0 [1].
To continue talking to Dosu, mention @dosu.
I am getting the following error when installing using helm: