homelab-gitops/dmz/searxng/templates/configmap.yaml
2026-01-18 06:51:06 -06:00

10 lines
No EOL
272 B
YAML

{{- include "common.values.setup" . -}}
---
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 }}