Skip to content

Commit

Permalink
enable resource cache in launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfHammer committed Sep 26, 2024
1 parent cb8068a commit 781fb58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"env": {
"RESOURCE_CACHE_ENABLED": "true"
},
"args": [
"--kubeconfig=${workspaceFolder}/.kubeconfig",
"--webhook-bind-address=:2443",
Expand Down

0 comments on commit 781fb58

Please sign in to comment.