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
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: script-library/docs/kubectl-helm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Or as a feature:
30
30
|--------|----------------|-------|-----------|
31
31
|kubectl version|`version`|`latest`| Version of kubectl to install. e.g. `v1.19` Use `latest` to install the latest stable version. |
32
32
|Helm version|`helm`|`latest`| Version of Helm to install. e.g. `v3.5` Use `latest` to install the latest stable version. |
33
-
|minikube version|`minkube`|`none`| Version of Minkube to install. e.g. `v1.19` Specifying `none` skips installation while `latest` installs the latest stable version. |
33
+
|minikube version|`minikube`|`none`| Version of Minikube to install. e.g. `v1.19` Specifying `none` skips installation while `latest` installs the latest stable version. |
34
34
|kubectl SHA256||`automatic`| SHA256 checksum to use to verify the kubectl download. `automatic` will download the checksum. |
35
35
|Helm SHA256||`automatic`| SHA256 checksum to use to verify the Helm download. `automatic` will both acquire the checksum and do a signature verification of it. |
36
36
|minikube SHA256||`automatic`| SHA256 checksum to use to verify the minikube download. `automatic` will download the checksum. |
0 commit comments