diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-02-07 22:45:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 22:45:48 +0300 |
commit | 4a9929f96485061e3778b35848e21d7c3c193480 (patch) | |
tree | 7f483a2cacb4aaa431e7bcf1ae0d52c454f1d3f5 /test/kubectl-helm-minikube/scenarios.json | |
parent | 36d7664ebab393f0033bbc25394c67e3aed3efb1 (diff) |
kubectl-helm-minikube: Allow none (#442)feature_kubectl-helm-minikube_1.1.4
Diffstat (limited to 'test/kubectl-helm-minikube/scenarios.json')
-rw-r--r-- | test/kubectl-helm-minikube/scenarios.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/kubectl-helm-minikube/scenarios.json b/test/kubectl-helm-minikube/scenarios.json new file mode 100644 index 0000000..08ff8cc --- /dev/null +++ b/test/kubectl-helm-minikube/scenarios.json @@ -0,0 +1,12 @@ +{ + "install_only_kubectl": { + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "features": { + "kubectl-helm-minikube": { + "version": "none", + "helm": "none", + "minikube": "none" + } + } + } +} |