Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Helm-Charts-For-Kubernetes/Segment6/registries/lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ You'll need a Helm Chart that can then be turned into a Chart Repository. A Char
2. `cd` into the `charts directory` and create a new Helm Chart
`helm create nginxtest`

3. Within the `charts` directory (not in the `nginxtest` directory), create an `index.yaml` file
`helm repo index nginxtest`
3. Package the Helm Chart `helm package nginxtest/`

4. Create an `index.yaml` file `helm repo index .`

## GitHub Pages

1. Create a GitHub repo or use the one from the previous lab with Artifact Hub

2. Create a new branch for the repo called `gh-pages`

3. On your repo, go to *Settings* --> *Code and Automation* --> *Pages*
3. Commit your changes on the `gh-pages` branch and do a push

4. On your repo, go to *Settings* --> *Code and Automation* --> *Pages*

You'll see that your repo is set up as a GitHub Page and there's a specific URL for it up top

Expand Down Expand Up @@ -58,4 +61,4 @@ For the GitHub URL, it's going to be the same URL from GitHub pages, except you'

5. Click the Add button

You should now be able to search for your GitHub repo
You should now be able to search for your GitHub repo