Skip to content

Commit 9cab7e7

Browse files
authored
Fix indentation in README.md (openshift-service-mesh#329)
Signed-off-by: Marko Lukša <[email protected]>
1 parent 1969f9d commit 9cab7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ Find out the revision name of your Istio instance. In our case it is `test`.
904904
```bash
905905
$ kubectl get istiorevisions.sailoperator.io
906906
NAME READY STATUS IN USE VERSION AGE
907-
test True Healthy True v1.21.0 119m
907+
test True Healthy True v1.21.0 119m
908908
```
909909

910910
Create a Kiali resource and point it to your Istio instance. Make sure to replace `test` with your revision name in the fields `config_map_name`, `istio_sidecar_injector_config_map_name`, `istiod_deployment_name` and `url_service_version`.
@@ -1147,4 +1147,4 @@ OLM leaves this [decision](https://olm.operatorframework.io/docs/tasks/uninstall
11471147
If you want to delete the Istio CRDs, you can use the following command.
11481148
```bash
11491149
$ kubectl get crds -oname | grep istio.io | xargs kubectl delete
1150-
```
1150+
```

0 commit comments

Comments
 (0)