mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
16 lines
399 B
JSON
16 lines
399 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch Kyverno",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "auto",
|
||
|
"program": "${workspaceFolder}/cmd/kyverno",
|
||
|
"args": [
|
||
|
"--kubeconfig=${userHome}/.kube/config",
|
||
|
"--serverIP=<local ip>:9443",
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|