27 lines
731 B
Go Template
27 lines
731 B
Go Template
{{ $chartRepo := "https://mariadb-operator.github.io/mariadb-operator" }}
|
|
{{ $org := "mariadb-operator" }}
|
|
{{ $release := "mariadb-operator" }}
|
|
[//]: # (README.md generated by gotmpl. DO NOT EDIT.)
|
|
|
|
<p align="center">
|
|
<img src="https://mariadb-operator.github.io/mariadb-operator/assets/mariadb-operator.png" alt="mariadb" width="250"/>
|
|
</p>
|
|
|
|
{{ template "chart.typeBadge" . }}{{ template "chart.versionBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
## Installing
|
|
```bash
|
|
helm repo add {{ $org }} {{ $chartRepo }}
|
|
helm install {{ $release }} {{ $org }}/{{ template "chart.name" . }}
|
|
```
|
|
|
|
## Uninstalling
|
|
```bash
|
|
helm uninstall {{ $release }}
|
|
```
|
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|