Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f26ca6b

Browse files
authored
Fix typo: Replace minkube by minikube (#1262)
1 parent e619bca commit f26ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/docs/kubectl-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Or as a feature:
3030
|--------|----------------|-------|-----------|
3131
|kubectl version| `version` | `latest`| Version of kubectl to install. e.g. `v1.19` Use `latest` to install the latest stable version. |
3232
|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. |
3434
|kubectl SHA256| | `automatic`| SHA256 checksum to use to verify the kubectl download. `automatic` will download the checksum. |
3535
|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. |
3636
|minikube SHA256| | `automatic`| SHA256 checksum to use to verify the minikube download. `automatic` will download the checksum. |

0 commit comments

Comments
 (0)