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 (#6570)
This commit is contained in:
parent
bedc6cbd27
commit
7740879a94
1 changed files with 10 additions and 0 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue