Skip to content

Commit

Permalink
Fix formatting in the charts readme page
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
  • Loading branch information
sridhargaddam committed Sep 25, 2024
1 parent 87f9fbd commit 4c7bba1
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ The extract command will create the `sail-operator` directory with the helm char

This section describes the procedure to install `Sail Operator` using Helm. The general syntax for helm installation is:

```sh
helm install <release> <chart> --create-namespace --namespace <namespace> [--set <other_parameters>]
```
```sh
$ helm install <release> <chart> --create-namespace --namespace <namespace> [--set <other_parameters>]
```

The variables specified in the command are as follows:
* `<release>` - A name to identify and manage the Helm chart once installed.
Expand Down Expand Up @@ -169,9 +169,9 @@ An example configuration:
For a list of available configuration for the `spec.values` field, run the following command:
```sh
$ kubectl explain istio.spec.values
```
```sh
$ kubectl explain istio.spec.values
```
For the `IstioCNI` resource, replace `istio` with `istiocni` in the command above.
Expand Down Expand Up @@ -223,26 +223,26 @@ For installation steps, refer to the following [link](../docs/common/istio-addon

### Deleting Istio

```sh
$ kubectl -n istio-system delete istio default
```
```sh
$ kubectl -n istio-system delete istio default
```

### Deleting IstioCNI (in OpenShift cluster platform)

```sh
$ kubectl -n istio-cni delete istiocni default
```
```sh
$ kubectl -n istio-cni delete istiocni default
```

### Uninstall the Sail Operator using Helm

```sh
$ helm uninstall sail-operator --namespace sail-operator
```
```sh
$ helm uninstall sail-operator --namespace sail-operator
```

### Deleting the Project namespaces

```sh
$ kubectl delete namespace istio-system
$ kubectl delete namespace istio-cni
$ kubectl delete namespace sail-operator
```
```sh
$ kubectl delete namespace istio-system
$ kubectl delete namespace istio-cni
$ kubectl delete namespace sail-operator
```

0 comments on commit 4c7bba1

Please sign in to comment.