Skip to content

Commit

Permalink
Add kubectl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Maria Cultrera committed Oct 14, 2023
1 parent 93f607a commit 45a1be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/krew/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"PATH": "${KREW_ROOT:-$HOME/.krew}/bin:${PATH}"
},
"installsAfter": [
"ghcr.io/devcontainers/features/kubectl-helm-minikube",
"ghcr.io/devcontainers/features/common-utils"
]
}
5 changes: 5 additions & 0 deletions test/krew/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"check_version": {
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "latest",
"helm": "none",
"minikube": "none"
},
"krew": {
"version": "latest"
}
Expand Down

0 comments on commit 45a1be0

Please sign in to comment.