mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
14 lines
498 B
Go Template
14 lines
498 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
---
|
|
**NOTE**
|
|
|
|
If you get `Error: rendered manifests contain a resource that already exists. Unable to continue with install: existing resource conflict: ...` it may be because you uninstalled the chart with `skipuninstall` enabled, you need to manually delete the pvc or use `existingClaim`.
|
|
|
|
---
|
|
{{- end -}}
|