Skip to content

Commit

Permalink
fix launch.json (kyverno#9239)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariam Fahmy <[email protected]>
  • Loading branch information
MariamFahmy98 authored Dec 21, 2023
1 parent 47cafaa commit 154b344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 154b344

Please sign in to comment.