aboutsummaryrefslogtreecommitdiff
path: root/src/kubectl-helm-minikube/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/kubectl-helm-minikube/README.md')
-rw-r--r--src/kubectl-helm-minikube/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/kubectl-helm-minikube/README.md b/src/kubectl-helm-minikube/README.md
new file mode 100644
index 0000000..eaaf4ed
--- /dev/null
+++ b/src/kubectl-helm-minikube/README.md
@@ -0,0 +1,29 @@
+
+# Kubectl, Helm, and Minkube (kubectl-helm-minikube)
+
+
+
+## Example Usage
+
+```json
+"features": [
+ {
+ "id": "devcontainers/features/kubectl-helm-minikube@latest",
+ "options": {
+ "version": "latest"
+ }
+ }
+]
+```
+
+## Options
+
+| Options Id | Description | Type | Default Value |
+|-----|-----|-----|-----|
+| version | Select or enter a Kubernetes version to install | string | latest |
+| helm | Select or enter a Helm version to install | string | latest |
+| minikube | Select or enter a Minikube version to install | string | latest |
+
+---
+
+_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._