Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 21, 2023
1 parent 2288a77 commit 4edafa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/HELM.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Download helm chart locally and dump yaml
mkdir -p scratch/yaml
cd scratch
# helm <v3
helm fetch --untar --untardir . 'rh-ecosystem-edge/console-plugin-nvidia-gpu'
helm template --output-dir './yaml' './console-plugin-nvidia-gpu'
helm template rh-ecosystem-edge/console-plugin-nvidia-gpu
helm template --output-dir './yaml' rh-ecosystem-edge/console-plugin-nvidia-gpu
```

0 comments on commit 4edafa0

Please sign in to comment.