Add Makefile to OOM project 87/31987/6
authorMike Elliott <mike.elliott@amdocs.com>
Fri, 16 Feb 2018 15:48:59 +0000 (10:48 -0500)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 23 Feb 2018 20:35:00 +0000 (20:35 +0000)
commitae51de89e201b39aee5ef5d414b28eb946f33209
tree4d2fc28386ad1abbb39afa72a28506aa79c46ba0
parenta70775c54d244fe769293ea3bba1d99881416e6e
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
kubernetes/Makefile [new file with mode: 0644]
kubernetes/common/Makefile [new file with mode: 0644]
kubernetes/consul/Chart.yaml
kubernetes/kube2msb/Chart.yaml