From 83ee97c9b0969dbc3e02db56bbe3d672573142be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 3 Aug 2023 16:52:04 +0200 Subject: [PATCH] chore: fix cleanup controller debug in vscode (#7963) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index a6bb379c0a..8029c251c3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",