-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update structure and add README for helm chart release
Signed-off-by: Alexis de Talhouët <[email protected]>
- Loading branch information
1 parent
8447c9b
commit 87ecc32
Showing
6 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
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,10 @@ | ||
This chart is used to generate all the ArgoCD Application required for a specific cluster. | ||
|
||
### Create the package | ||
tar -cvzf ocp-gitops-1.0.0.tgz helm .helm-chart-released | ||
|
||
### Upload the package | ||
cr upload -r ocp-gitops -o adetalhouet --package-path .helm-chart-released -t $AUTH_TOKEN | ||
|
||
### Create/update index | ||
cr index -r ocp-gitops -o adetalhouet --package-path .helm-chart-released -i .helm-chart-released/index.html -t $AUTH_TOKEN |
File renamed without changes.
File renamed without changes.