Commit Graph

3 Commits (d37de1d7d982f7b64118e1752992e374af6a3741)

Author SHA1 Message Date
Arvind Iyengar 5bb434ac78
make docs 2021-03-18 14:51:22 -07:00
Arvind Iyengar 035cb2b0be
remove executable permissions 2021-03-01 11:21:09 -08:00
Arvind Iyengar 74c4feb591
Initialize template, fix, and re-run make docs
1. Ran the following script to initialize
```
arvindiyengar: ~/Rancher/rke2-charts/src/github.com/rancher/rke2-charts
$ curl -s https://raw.githubusercontent.com/aiyengar2/charts-build-scripts/add_init_steps/init.sh > /dev/null | sh
Pulling in charts-build-scripts version v0.0.4
charts-build-scripts version v0.0.4 (567c991)
INFO[0000] Pulling rancher/charts-build-scripts[path=templates] from upstream into templates436707958
INFO[0002] Successfully pulled new updated docs into working directory.
Pulled in basic template for live into configuration.yaml and constructed charts directory
Next Steps:
1. Modify the configuration.yaml with your expected setup and re-run make docs to automatically update the repository.
arvindiyengar: ~/Rancher/rke2-charts/src/github.com/rancher/rke2-charts
$ make docs
./bin/charts-build-scripts docs
INFO[0000] Pulling rancher/charts-build-scripts[path=templates] from upstream into templates174667530
INFO[0002] Successfully pulled new updated docs into working directory.
```
2. Updated the configuration.yaml to point at rke2-charts manually
3. Ran `make docs`

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:55:19 -08:00