mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: add vscode config to debug background controller (#6639)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
56a4222ceb
commit
cdc01c56e1
1 changed files with 10 additions and 0 deletions
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
|
@ -23,6 +23,16 @@
|
||||||
"--kubeconfig=${userHome}/.kube/config",
|
"--kubeconfig=${userHome}/.kube/config",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Launch Background Controller",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "auto",
|
||||||
|
"program": "${workspaceFolder}/cmd/background-controller",
|
||||||
|
"args": [
|
||||||
|
"--kubeconfig=${userHome}/.kube/config",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Launch CLI",
|
"name": "Launch CLI",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
|
|
Loading…
Reference in a new issue