@@ -112,19 +112,19 @@ Fluent Bit Operator supports `docker` as well as `containerd` and `CRI-O`. `cont
112112If your container runtime is ` docker `
113113
114114``` shell
115- helm install fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set containerRuntime=docker
115+ helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=docker
116116```
117117
118118If your container runtime is ` containerd `
119119
120120``` shell
121- helm install fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set containerRuntime=containerd
121+ helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=containerd
122122```
123123
124124If your container runtime is ` cri-o `
125125
126126``` shell
127- helm install fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set containerRuntime=crio
127+ helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=crio
128128```
129129
130130### Quick Start
@@ -187,39 +187,39 @@ kubectl apply -f manifests/logging-stack
187187If your container runtime is ` docker `
188188
189189``` shell
190- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker
190+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker
191191```
192192
193193If your container runtime is ` containerd `
194194
195195``` shell
196- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd
196+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd
197197```
198198
199199If your container runtime is ` cri-o `
200200
201201``` shell
202- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio
202+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio
203203```
204204
205205If you want to install the fluentd plugin, you can execute the following command:
206206
207207If your container runtime is ` docker `
208208
209209``` shell
210- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker,fluentd.enable=true
210+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker,fluentd.enable=true
211211```
212212
213213If your container runtime is ` containerd `
214214
215215``` shell
216- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd,fluentd.enable=true
216+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd,fluentd.enable=true
217217```
218218
219219If your container runtime is ` cri-o `
220220
221221``` shell
222- helm upgrade fluent-operator --create-namespace -n kubesphere-logging-system charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio,fluentd.enable=true
222+ helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio,fluentd.enable=true
223223```
224224
225225Within a couple of minutes, you should observe an index available:
0 commit comments