From dd923ae991706d8e05d8d9c1ea077fac3382ffea Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 07:25:41 +0100 Subject: [PATCH] fix secret env var --- kubernetes/apps/production/searxng/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/production/searxng/deployment.yaml b/kubernetes/apps/production/searxng/deployment.yaml index 84d8119..6770753 100644 --- a/kubernetes/apps/production/searxng/deployment.yaml +++ b/kubernetes/apps/production/searxng/deployment.yaml @@ -22,7 +22,7 @@ spec: env: - name: SEARXNG_BASE_URL value: "https://search.fascinated.cc" - - name: SEARXNG_SECRET_KEY + - name: SEARXNG_SECRET valueFrom: secretKeyRef: name: searxng-secret