diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-16 21:05:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:05:19 +0300 |
commit | a7dc1749defe3b965051877e998bfc0a664059f6 (patch) | |
tree | f68df596a9ee087a56870fc41f8b2af0ac7172c0 /src/kubectl-helm-minikube | |
parent | 5cf250cf2f0fc73b9d9f9189894608e1b2322dcf (diff) |
python: bug fix when version = none (#14)
* python: bug fix
* add missing "none" proposal
* nit
Diffstat (limited to 'src/kubectl-helm-minikube')
-rw-r--r-- | src/kubectl-helm-minikube/feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kubectl-helm-minikube/feature.json b/src/kubectl-helm-minikube/feature.json index 18723c7..7033c7a 100644 --- a/src/kubectl-helm-minikube/feature.json +++ b/src/kubectl-helm-minikube/feature.json @@ -4,7 +4,7 @@ "options": { "version": { "type": "string", - "proposals": ["latest", "1.23", "1.22", "1.21"], + "proposals": ["latest", "none", "1.23", "1.22", "1.21"], "default": "latest", "description": "Select or enter a Kubernetes version to install" }, |