Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#10 from cpanato/update_readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
nrb authored Dec 18, 2019
2 parents 4bd96bc + 80f6696 commit e16947f
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# helm-charts
Contains Helm charts for our Kubernetes related open source projects
# Kubernetes Helm Charts for VMWare-Tanzu

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](https://github.com/vmware-tanzu/helm-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/vmware-tanzu/helm-charts/actions)

## Usage

[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the repo as follows:

// TODO: check the DNS name for the hosting
```console
$ helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
```

You can then run `helm search repo vmware-tanzu` to see the charts.

## Contributing

TBD

## License

[Apache 2.0 License](./LICENSE).

0 comments on commit e16947f

Please sign in to comment.