diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-02-16 10:48:59 -0500 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-23 20:35:00 +0000 |
commit | ae51de89e201b39aee5ef5d414b28eb946f33209 (patch) | |
tree | 4d2fc28386ad1abbb39afa72a28506aa79c46ba0 /kubernetes/consul | |
parent | a70775c54d244fe769293ea3bba1d99881416e6e (diff) |
Add Makefile to OOM project
Executing 'make' provides:
- linting of all charts
- resolution of chart/subchart dependencies
- creation and deployment of Helm packages to a local Helm repo
Prerequisite:
Start up a local repo and register with Helm as 'local'.
Example:
> helm serve
> helm repo add local http://127.0.0.1:8879
Change-Id: Ie08e8fc2593ac7e67b01f93e266953b962adef5d
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Issue-ID: OOM-265
Diffstat (limited to 'kubernetes/consul')
-rw-r--r-- | kubernetes/consul/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/consul/Chart.yaml b/kubernetes/consul/Chart.yaml index 318234db06..2d2d7ba82c 100644 --- a/kubernetes/consul/Chart.yaml +++ b/kubernetes/consul/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 -description: A Helm chart for Consul +description: ONAP Consul Heath Monitor name: consul version: 1.1.0 |