mirror of
https://github.com/kerberos-io/helm-charts.git
synced 2026-08-23 15:18:33 +00:00
23 lines
551 B
JSON
23 lines
551 B
JSON
{
|
|
"name": "helm-charts-bookworm",
|
|
"runArgs": [
|
|
"--name=kerberos-helm-charts",
|
|
"--network=host"
|
|
],
|
|
"dockerFile": "Dockerfile",
|
|
"mounts": [
|
|
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
|
"redhat.vscode-yaml"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "helm version && kubectl version --client && yamllint --version"
|
|
}
|