fix secret env var
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 17s

This commit is contained in:
Lee 2024-09-24 07:25:41 +01:00
parent bcfc194b4d
commit dd923ae991

@ -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