mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
chore: fix vscode launch.json for cli (#8209)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
cea61db1d9
commit
ca3b65a62d
1 changed files with 6 additions and 5 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -32,7 +32,7 @@
|
|||
"args": [
|
||||
"--kubeconfig=${userHome}/.kube/config",
|
||||
],
|
||||
"env": {
|
||||
"env": {
|
||||
"KYVERNO_NAMESPACE": "kyverno",
|
||||
"KYVERNO_SERVICEACCOUNT_NAME": "kyverno-reports-controller",
|
||||
"KYVERNO_DEPLOYMENT": "dummy",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"args": [
|
||||
"--kubeconfig=${userHome}/.kube/config",
|
||||
],
|
||||
"env": {
|
||||
"env": {
|
||||
"KYVERNO_NAMESPACE": "kyverno",
|
||||
"KYVERNO_SERVICEACCOUNT_NAME": "kyverno-background-controller",
|
||||
"KYVERNO_DEPLOYMENT": "dummy",
|
||||
|
@ -71,10 +71,10 @@
|
|||
"--caSecretName=kyverno-cleanup-controller.kyverno.svc.kyverno-tls-ca",
|
||||
"--tlsSecretName=kyverno-cleanup-controller.kyverno.svc.kyverno-tls-pair",
|
||||
],
|
||||
"env": {
|
||||
"env": {
|
||||
"KYVERNO_NAMESPACE": "kyverno",
|
||||
"KYVERNO_SERVICEACCOUNT_NAME": "kyverno-cleanup-controller",
|
||||
"KYVERNO_SVC": "kyverno-cleanup-controller",
|
||||
"KYVERNO_SVC": "kyverno-cleanup-controller",
|
||||
"KYVERNO_DEPLOYMENT": "dummy",
|
||||
"KYVERNO_POD_NAME": "dummy",
|
||||
"INIT_CONFIG": "kyverno",
|
||||
|
@ -87,9 +87,10 @@
|
|||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/cli/kubectl-kyverno",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"args": [
|
||||
"test",
|
||||
"${workspaceFolder}/test/cli/",
|
||||
"./test/cli/",
|
||||
],
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue