Skip to content

Commit

Permalink
Added github pages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsgrigorov committed Jun 11, 2021
1 parent 8c053bf commit 0da4bfc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ kubectl get pgx
2. Add resources to [role](charts/templates/role.yaml).
3. Add the corresponding helm chart in [helm-charts](helm-charts). Make sure the names match.
4. Add a sample in [samples](samples).
5. Add watcher to [watches.yaml](watches.yaml).
5. Add watcher to [watches.yaml](watches.yaml).

# Github Pages Website
```
helm lint chart/
helm package chart/
helm repo index --url https://bsgrigorov.github.io/helm-operator/ .
```
Add the package and index.yaml to branch `gh-pages`, commit and push.

0 comments on commit 0da4bfc

Please sign in to comment.