30 lines
871 B
Go Template
30 lines
871 B
Go Template
# LimeSurvey
|
|
|
|

|
|
{{ if .Type }} {{ end }}
|
|
{{ if .AppVersion }} {{ end }}
|
|
|
|
|
|
## Description
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
## Usage
|
|
|
|
```console
|
|
helm repo add area-42 https://area-42.github.io/helm-charts
|
|
helm repo update
|
|
|
|
helm install limesurvey \
|
|
--set mariadb.auth.rootPassword=changeOnInstall \
|
|
area-42/limesurvey
|
|
```
|
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|