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 deploys oauth2-proxy on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -28,7 +28,7 @@ The command deploys oauth2-proxy on the Kubernetes cluster in the default config
28
28
To uninstall/delete the `my-release` deployment:
29
29
30
30
```console
31
-
$ helm delete my-release
31
+
$ helm uninstall my-release
32
32
```
33
33
34
34
The command removes all the Kubernetes components associated with the chart and deletes the release.
0 commit comments