Files
plcnk-helm-charts/charts/wikijs/README_CONFIG.md.gotmpl
Romain Pluciennik b73656f095 feat(wikijs): Initial release (#13)
* feat(charts): Add Wiki.js

* feat(wikijs): Switch to ghcr image

* feat(wikijs): Edit documentation

* feat(actions): Add bitnami Helm dependency

* fix(wikijs): Update Chart.lock file

* feat(wikijs): Add startup probe
2024-08-18 23:04:53 +02:00

23 lines
680 B
Go Template

{{- define "custom.chart.name" -}}
# {{ .Name }}
{{- end -}}
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
This chart includes a subchart for PostgreSQL, made by [Bitnami](https://github.com/bitnami/charts/tree/main/bitnami/postgresql).
This is fine for testing purposes but we strongly recommend you to use your own database for a production environment.
If you want to use your own database and disable the included PostgreSQL database, you can do so in the `values.yaml` file:
```yaml
postgresql:
enabled: false
```
{{- end -}}