Fix formatting of documenation to support helm3 migration

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2020-10-25 19:27:58 +01:00
parent 63fd3c2635
commit 3d9dee27b5

View File

@@ -20,14 +20,15 @@ helm3 2to3 cleanup --release-cleanup --skip-confirmation
### Step 2:
Add the following Helm3 labels and annotations on reloader resources.
Label:
´´ýaml
```yaml
app.kubernetes.io/managed-by=Helm
´´´
```
Annotations:
´´ýaml
```yaml
meta.helm.sh/release-name=<release-name>
meta.helm.sh/release-namespace=<namespace>
´´´
```
For example, to label and annotate the ClusterRoleBinding and ClusterRole: