-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from amaldevs/fix-broken-link
Fix for broken link to docs for private helm charts
- 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) |