From 6799a84f65c3215a4aa1a89884b59c410711056f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 18 Jan 2026 06:53:36 -0600 Subject: [PATCH] update --- dmz/searxng/templates/configmap.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/dmz/searxng/templates/configmap.yaml b/dmz/searxng/templates/configmap.yaml index 5b3239e..c0b5155 100644 --- a/dmz/searxng/templates/configmap.yaml +++ b/dmz/searxng/templates/configmap.yaml @@ -1,8 +1,9 @@ -apiVersion: v1 -kind: Secret -metadata: - name: {{ include "common.names.fullname" . }}-config - labels: - {{- include "common.labels" . | nindent 4 }} -data: - settings.yml: {{ .Values.searxng.config | toYaml | b64enc | quote }} +#apiVersion: v1 +#kind: Secret +#metadata: +# name: {{ include "common.names.fullname" . }}-config +# labels: +# {{- include "common.labels" . | nindent 4 }} +#data: +# settings.yml: {{ .Values.searxng.config | toYaml | b64enc | quote }} +# \ No newline at end of file