forked from github-mirrorer/plcnk-helm-charts
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
This commit is contained in:
committed by
GitHub
parent
5af36a965e
commit
b73656f095
22
charts/wikijs/README_CONFIG.md.gotmpl
Normal file
22
charts/wikijs/README_CONFIG.md.gotmpl
Normal file
@ -0,0 +1,22 @@
|
||||
{{- 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 -}}
|
||||
Reference in New Issue
Block a user