forked from vmware-tanzu/helm-charts
-
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.
Merge pull request vmware-tanzu#10 from cpanato/update_readme
update readme
- Loading branch information
Showing
1 changed file
with
26 additions
and
2 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 |
---|---|---|
@@ -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). |