Publishing to an HTTP repository
GitHub Pages is a feature within GitHub that allows you to serve static content from a repository. In this section, we’ll create a new GitHub repository with Pages enabled to publish our Guestbook Helm chart.
To follow the example in this section, you must have a GitHub account. Directions for creating a GitHub account or logging into an existing one were provided in the Technical requirements section.
Once you are logged into GitHub, continue to the next section to create your repository.
Creating a GitHub Pages repository
Follow these steps to create a GitHub Pages repository:
- Go to https://github.com/new and access the Create a new repository page.
- Provide a name for your chart repository. We suggest
Chart-Repository-Example
. - Select the checkbox next to Initialize this repository with a README. This is required because GitHub does not allow you to create a static site if it does not contain any content. You can...