summaryrefslogtreecommitdiffstats
path: root/kubernetes/common
AgeCommit message (Collapse)AuthorFilesLines
2018-02-23Merge "Add Makefile to OOM project"Alexis de Talhouƫt1-0/+25
2018-02-23Add Makefile to OOM projectMike Elliott1-0/+25
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
2018-02-23Add common helm chartMike Elliott5-0/+84
This helm chart provides common base templates that should be included in each onap subchart. This chart is included as a dependency within a charts requirements.yaml. Change-Id: I0f4e155bcca31de79aa57b4ce45d26e86069ef72 Issue-ID: OOM-265 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>