ratify-project / ratify

Artifact Ratification Framework
https://ratify.dev
Apache License 2.0
219 stars 59 forks source link

Update debug instructions in k8s scenario in vscode #1799

Closed shahramk64 closed 2 weeks ago

shahramk64 commented 2 weeks ago

What would you like to be added? The current documentation for debugging ratify in k8s scenario in vscode doesn't result in a successful run. There are two minor issues:

  1. The config file path needs to be provided as an arg in the launch.json file
  2. The helm chart installation command is not correct.

Are you willing to submit PRs to contribute to this feature? Yes, I am willing to implement it.