1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fix launch.json (#9239) (#9245)

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
This commit is contained in:
gcp-cherry-pick-bot[bot] 2023-12-21 21:02:00 +00:00 committed by GitHub
parent 0c000eb8ee
commit 373e828f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"program": "${workspaceFolder}/cmd/kyverno",
"args": [
"--kubeconfig=${userHome}/.kube/config",
"--serverIP=172.18.0.1:9443",
"--serverIP=<SERVER-IP>:9443",
"--backgroundServiceAccountName=system:serviceaccount:kyverno:kyverno-background-controller",
"-v=2",
"--caSecretName=kyverno-svc.kyverno.svc.kyverno-tls-ca",