1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-18 02:06:52 +00:00

chore: add vscode config to debug reports controller ()

This commit is contained in:
Charles-Edouard Brétéché 2023-03-15 08:42:52 +01:00 committed by GitHub
parent bedc6cbd27
commit 7740879a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/launch.json vendored
View file

@ -13,6 +13,16 @@
"-v=2",
],
},
{
"name": "Launch Reports Controller",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/reports-controller",
"args": [
"--kubeconfig=${userHome}/.kube/config",
],
},
{
"name": "Launch CLI",
"type": "go",