Skip to content

Commit

Permalink
Merge pull request #5 from puppetlabs/readme
Browse files Browse the repository at this point in the history
Add more details to Helm repo section
  • Loading branch information
genebean authored Dec 3, 2021
2 parents ec2708c + b0d8d58 commit 0e78339
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ This repo is a work in progress. It mostly works but many bits need adjusting he
## Helm Repository

The `docs/` folder in this repository represents a Helm repo served via GitHub Pages at https://puppetlabs.github.io/vmpooler-deployment/

```bash
$ helm repo add vmpooler-deployment https://puppetlabs.github.io/vmpooler-deployment/
"vmpooler-deployment" has been added to your repositories
```

### Adding / updating charts

```bash
cd docs/
helm package ../helm-charts/*
helm repo index --url https://puppetlabs.github.io/vmpooler-deployment/ .
git add .
git commit -a
```

0 comments on commit 0e78339

Please sign in to comment.