Skip to content

Commit ea85be1

Browse files
committed
Added kubectl and helm to dec container
1 parent 069ecdf commit ea85be1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"ghcr.io/devcontainers/features/git:1": {
1717
"version": "2.39.1"
1818
},
19-
"ghcr.io/devcontainers-contrib/features/typescript:2": {}
19+
"ghcr.io/devcontainers-contrib/features/typescript:2": {},
20+
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
21+
"version": "1.1.8"
22+
}
2023
},
2124
"customizations": {
2225
"vscode": {

0 commit comments

Comments
 (0)