1
0
Fork 0
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:
Charles-Edouard Brétéché 2023-03-22 05:14:34 +01:00 committed by GitHub
parent 56a4222ceb
commit cdc01c56e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/launch.json vendored
View file

@ -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",