Skip to content

Instantly share code, notes, and snippets.

@HumairAK
Last active March 27, 2023 23:24
Show Gist options
  • Save HumairAK/ab22d1cfeeec791d422e087491d18272 to your computer and use it in GitHub Desktop.
Save HumairAK/ab22d1cfeeec791d422e087491d18272 to your computer and use it in GitHub Desktop.
Use something similar for testing via debug in vscode
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug ODH Model Controller Tests",
"type": "go",
"request": "launch",
"mode": "test",
"program": "${workspaceFolder}/controllers",
"env": {
"KUBEBUILDER_ASSETS": "/home/hukhan/.local/share/kubebuilder-envtest/k8s/1.23.5-linux-amd64",
},
"args": [],
"showLog": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment