-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Landing page for helm_repos docs and using it to fix broken link for …
…use_private_helm_charts.md
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
# Defining Helm Repositories | ||
|
||
Following list contains guides on how to define helm repositories | ||
|
||
- [Using default helm repos](default.md) | ||
- [Using private repos in Google GCS](gcs.md) | ||
- [Using private repos in AWS S3](s3.md) | ||
- [Using private repos with basic auth](basic_auth.md) | ||
- [Using pre-configured repos](pre_configured.md) | ||
- [Using local charts](local.md) |