Skip to content

Commit

Permalink
feat(helm): add Helm chart Readme template for helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 13, 2023
1 parent 5b7b6b4 commit a96ca4c
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions charts/managed-identity-wallet/README.md.gotmpl
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" . }}

0 comments on commit a96ca4c

Please sign in to comment.