Skip to content

Commit

Permalink
add: helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 21, 2023
1 parent d52bb29 commit 2288a77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/HELM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# helm

Download helm chart locally and dump yaml

```
mkdir -p scratch/yaml
cd scratch
helm fetch --untar --untardir . 'rh-ecosystem-edge/console-plugin-nvidia-gpu'
helm template --output-dir './yaml' './console-plugin-nvidia-gpu'
```

0 comments on commit 2288a77

Please sign in to comment.