We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b5bf1 commit 3fac11bCopy full SHA for 3fac11b
charts/langfuse/templates/deployment-worker.yaml
@@ -84,13 +84,17 @@ spec:
84
{{- end }}
85
- name: NEXTAUTH_URL
86
value: {{ .Values.langfuse.nextauth.url | quote }}
87
+ {{- if .Values.langfuse.nextauth.secret }}
88
- name: NEXTAUTH_SECRET
89
valueFrom:
90
secretKeyRef:
91
name: {{ include "langfuse.nextauthSecretName" . }}
92
key: nextauth-secret
93
+ {{- end }}
94
+ {{- if .Values.langfuse.salt }}
95
- name: SALT
96
value: {{ .Values.langfuse.salt | quote }}
97
98
- name: TELEMETRY_ENABLED
99
value: {{ .Values.langfuse.telemetryEnabled | quote }}
100
- name: NEXT_PUBLIC_SIGN_UP_DISABLED
0 commit comments