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