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