You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command clones the repository and deploys k8s-image-availability-exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
21
+
The command deploys k8s-image-availability-exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
22
22
23
23
The default installation includes only the deployment, service, and rbac configuration.
24
24
25
25
## Uninstalling the Chart
26
26
27
27
To uninstall/delete the `my-release` deployment:
28
28
29
-
```console
30
-
$ helm delete my-release
29
+
```bash
30
+
helm delete my-release
31
31
```
32
32
33
33
The command removes all the Kubernetes components associated with the chart and deletes the release.
@@ -52,14 +52,14 @@ The following tables list the configurable parameters of the k8s-image-availabil
52
52
53
53
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
0 commit comments