mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
11 lines
No EOL
276 B
YAML
11 lines
No EOL
276 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: |-
|
|
{{ toYaml .Values.searxng.config | b64enc | indent 4 }} |