You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
303 B
10 lines
303 B
{{- if $.Values.langfuse.nextauth.secret.value }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "langfuse.fullname" . }}-nextauth
|
|
labels:
|
|
{{- include "langfuse.labels" . | nindent 4 }}
|
|
data:
|
|
nextauth-secret: {{ $.Values.langfuse.nextauth.secret.value | toString | b64enc }}
|
|
{{- end }} |