From ca3537fca361940f4060037cc8888eac7e9e63a3 Mon Sep 17 00:00:00 2001 From: darkskygit Date: Thu, 9 Jan 2025 08:56:58 +0000 Subject: [PATCH] fix(server): missing perplexity secret (#9607) --- .github/helm/affine/charts/graphql/templates/copilot-secret.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml b/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml index c4d93dc77..5e08f7261 100644 --- a/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml +++ b/.github/helm/affine/charts/graphql/templates/copilot-secret.yaml @@ -7,5 +7,6 @@ type: Opaque data: openaiSecret: {{ .Values.app.copilot.openai.key | b64enc }} falSecret: {{ .Values.app.copilot.fal.key | b64enc }} + perplexitySecret: {{ .Values.app.copilot.perplexity.key | b64enc }} unsplashSecret: {{ .Values.app.copilot.unsplash.key | b64enc }} {{- end }}