modified: .vscode/tasks.json
modified: README.md
This commit is contained in:
Vendored
-6
@@ -16,12 +16,6 @@
|
||||
"command": "bash -c '[[ \"$(basename ${file})\" == \"kustomization.yaml\" ]] && kubectl kustomize ${fileDirname} | kubectl apply -f - || echo \"❌ invalid kustomization.yaml\"'",
|
||||
"problemMatcher": [],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Apply App",
|
||||
"type": "shell",
|
||||
"command": "./ops-scripts/apply-app.sh",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user