Skip to content

Commit 6d9d007

Browse files
committed
helm: Update Chart documentation
Signed-off-by: Marco Franssen <[email protected]>
1 parent 402e694 commit 6d9d007

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/fluent-operator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ export FLUENT_OPERATOR_CONTAINER_RUNTIME="containerd" # or "cri-o", "docker" dep
1111

1212
helm repo add fluent https://fluent.github.io/helm-charts
1313
helm upgrade --install fluent-operator fluent/fluent-operator \
14-
--create-namespace \
14+
--create-namespace \
1515
--set containerRuntime=${FLUENT_OPERATOR_CONTAINER_RUNTIME}
1616
```
1717

18-
By default, all CRDs required for Fluent Operator will be installed. To prevent `helm install` from installing CRDs, you can set `fluent-bit.crdsEnable` or `fluentd.crdsEnable` to `false`.
18+
By default, all CRDs required for Fluent Operator will be installed. To prevent `helm install` from installing CRDs, you can set `fluent-bit.crdsEnable` or `fluentd.crdsEnable` to `false`.
1919

2020
## Upgrading
2121

22-
Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), so if the Fluent Operator CRDs already exist, subsequent
22+
Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), so if the Fluent Operator CRDs already exist, subsequent
2323
chart upgrades will not add or remove CRDs even if they have changed. During upgrades, users should manually update CRDs:
2424

25-
```
25+
```shell
2626
wget https://github.com/fluent/fluent-operator/releases/download/<version>/fluent-operator.tgz
2727
tar -xf fluent-operator.tgz
2828
kubectl replace -f fluent-operator/crds
2929
```
3030

3131
## Chart Values
3232

33-
```
33+
```shell
3434
helm show values fluent/fluent-operator
35-
```
35+
```

0 commit comments

Comments
 (0)