39 lines
1.1 KiB
Go Template
39 lines
1.1 KiB
Go Template
# Grafana rollout-operator Helm Chart
|
|
|
|
Helm chart for deploying [Grafana rollout-operator]({{ template "chart.homepage" . }}) to Kubernetes.
|
|
|
|
{{ template "chart.header" . }}
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
## Installation
|
|
|
|
This section describes various use cases for installation, upgrade and migration from different systems and versions.
|
|
|
|
### Preparation
|
|
|
|
These are the common tasks to perform before any of the use cases.
|
|
|
|
```bash
|
|
# Add the repository
|
|
helm repo add grafana https://grafana.github.io/helm-charts
|
|
helm repo update
|
|
```
|
|
|
|
### Installation of Grafana Rollout Operator
|
|
|
|
```bash
|
|
helm install -n <namespace> <release> grafana/rollout-operator
|
|
```
|
|
|
|
The Grafana rollout-operator should be installed in the same namespace as the statefulsets it is operating upon.
|
|
It is not a highly available application and runs as a single pod.
|
|
|
|
{{ template "chart.valuesSection" . }}
|