forked from eclipse-tractusx/managed-identity-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): add Helm chart Readme template for helm-docs
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{{ template "chart.header" . }} | ||
|
||
{{ template "chart.deprecationWarning" . }} | ||
|
||
{{ template "chart.badgesSection" . }} | ||
|
||
{{ template "chart.description" . }} | ||
|
||
{{ template "chart.homepageLine" . }} | ||
|
||
## Get Repo Info | ||
|
||
helm repo add my-miw https://pmoscode-helm.github.io/miw/ | ||
helm repo update | ||
|
||
## Install chart | ||
|
||
helm install [RELEASE_NAME] my-miw/miw | ||
|
||
The command deploys miw on the Kubernetes cluster in the default configuration. | ||
|
||
See configuration below. | ||
|
||
See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation. | ||
|
||
## Uninstall Chart | ||
|
||
helm uninstall [RELEASE_NAME] | ||
|
||
This removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
||
See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation. | ||
|
||
## Upgrading Chart | ||
|
||
helm upgrade [RELEASE_NAME] [CHART] | ||
|
||
See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation. | ||
|
||
{{ template "chart.requirementsSection" . }} | ||
|
||
{{ template "chart.valuesHeader" . }} | ||
|
||
{{ template "chart.valuesTable" . }} | ||
|
||
{{ template "chart.maintainersSection" . }} | ||
|
||
{{ template "helm-docs.versionFooter" . }} |