fix(server): missing perplexity secret (#9607)

This commit is contained in:
darkskygit
2025-01-09 08:56:58 +00:00
parent b23e980250
commit ca3537fca3

View File

@@ -7,5 +7,6 @@ type: Opaque
data: data:
openaiSecret: {{ .Values.app.copilot.openai.key | b64enc }} openaiSecret: {{ .Values.app.copilot.openai.key | b64enc }}
falSecret: {{ .Values.app.copilot.fal.key | b64enc }} falSecret: {{ .Values.app.copilot.fal.key | b64enc }}
perplexitySecret: {{ .Values.app.copilot.perplexity.key | b64enc }}
unsplashSecret: {{ .Values.app.copilot.unsplash.key | b64enc }} unsplashSecret: {{ .Values.app.copilot.unsplash.key | b64enc }}
{{- end }} {{- end }}