mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: fix cleanup controller debug in vscode (#7963)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
0a3e26004d
commit
83ee97c9b0
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -70,6 +70,7 @@
|
|||
"env": {
|
||||
"KYVERNO_NAMESPACE": "kyverno",
|
||||
"KYVERNO_SERVICEACCOUNT_NAME": "kyverno-cleanup-controller",
|
||||
"KYVERNO_SVC": "kyverno-cleanup-controller",
|
||||
"KYVERNO_DEPLOYMENT": "dummy",
|
||||
"KYVERNO_POD_NAME": "dummy",
|
||||
"INIT_CONFIG": "kyverno",
|
||||
|
|
Loading…
Reference in a new issue