diff --git a/kubernetes/datree/README.md b/kubernetes/datree/README.md index 041d9bc..90fa960 100644 --- a/kubernetes/datree/README.md +++ b/kubernetes/datree/README.md @@ -255,4 +255,13 @@ cd kubernetes/helm helm datree test example-app \ -- --values ./example-app/example-app-01.values.yaml -``` \ No newline at end of file +``` + +## VSCode Extension + +Datree also has a [VSCode Extension](https://github.com/SuyashSonawane/vscode-datree) + +For it to work, we need to have `datree` CLI installed and have a TOKEN set.
+We also need to have run `datree test` at least once, so we know things are working.
+ +Once we have the extension installed, we can evaluate our manifests inside VSCode