mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
add vscode extension
This commit is contained in:
parent
374c47b244
commit
7a553d01f0
@ -255,4 +255,13 @@ cd kubernetes/helm
|
|||||||
|
|
||||||
helm datree test example-app \
|
helm datree test example-app \
|
||||||
-- --values ./example-app/example-app-01.values.yaml
|
-- --values ./example-app/example-app-01.values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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. </br>
|
||||||
|
We also need to have run `datree test` at least once, so we know things are working. </br>
|
||||||
|
|
||||||
|
Once we have the extension installed, we can evaluate our manifests inside VSCode </br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user