modified: .devcontainer/devops-dev/devcontainer.json
All checks were successful
/ build-docker-image (push) Successful in 40s

modified:   README.md
This commit is contained in:
2025-11-19 22:24:10 +00:00
parent 06e545d07c
commit 3e370d8d7a
2 changed files with 24 additions and 1 deletions

View File

@@ -20,6 +20,11 @@
"runArgs": [
"--hostname=devops"
],
"mounts": [
"source=${localEnv:HOME}/.kube,target=/home/vscode/.kube,type=bind",
"source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind",
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
],
"customizations": {
"vscode": {
"extensions": [