langfuse / langfuse-k8s

Community-maintained Kubernetes config and Helm chart for Langfuse
https://langfuse.com
MIT License
59 stars 31 forks source link

Instalation error in version 0.8.0 #45

Closed cpatrickalves closed 16 hours ago

cpatrickalves commented 16 hours ago

I am getting the following error when installing using helm:

❯ helm install --namespace langfuse --values server/values.yaml langfuse langfuse/langfuse
coalesce.go:289: warning: destination for langfuse.langfuse.additionalEnv is a table. Ignoring non-table value ([])
coalesce.go:289: warning: destination for langfuse.langfuse.additionalEnv is a table. Ignoring non-table value ([])
Error: INSTALLATION FAILED: YAML parse error on langfuse/templates/deployment.yaml: error converting YAML to JSON: yaml: line 64: did not find expected '-' indicator

image

dosubot[bot] commented 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.