-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc23a4a
commit d0f8b8d
Showing
1 changed file
with
6 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ This Helm Repository contains Helm Charts for deploying various applications int | |
### Add the Repository | ||
|
||
``` | ||
helm repo add christianknell https://christianknell.github.io/helm-charts/ | ||
helm repo add christianhuth https://charts.christianhuth.de | ||
helm repo update | ||
``` | ||
|
||
### Search the Repository | ||
|
||
``` | ||
helm search repo christianknell | ||
helm search repo christianhuth | ||
``` | ||
|
||
### Install a Helm Chart | ||
|
@@ -22,24 +22,24 @@ helm search repo christianknell | |
#### Using the default configuration | ||
|
||
``` | ||
helm install $release_name -n $namespace christianknell/$chart_name | ||
helm install $release_name -n $namespace christianhuth/$chart_name | ||
``` | ||
|
||
#### Using your own configuration file | ||
|
||
``` | ||
helm install $release_name -n $namespace -f values.yaml christianknell/$chart_name | ||
helm install $release_name -n $namespace -f values.yaml christianhuth/$chart_name | ||
``` | ||
|
||
#### Setting values from command-line | ||
|
||
``` | ||
helm install $release_name -n $namespace --set $key=$value christianknell/$chart_name | ||
helm install $release_name -n $namespace --set $key=$value christianhuth/$chart_name | ||
``` | ||
|
||
### Issues | ||
|
||
If you experience any issues using these Helm Charts please raise an issue in the [Git Repository](https://github.com/christianknell/helm-charts/issues) or write me [[email protected]](mailto:[email protected]). | ||
If you experience any issues using these Helm Charts please raise an issue in the [Git Repository](https://github.com/christianhuth/helm-charts/issues) or write me [[email protected]](mailto:[email protected]). | ||
|
||
# About GitHub Pages | ||
|
||
|