From f406ab8e8595b2958942cbfadbf016ff0e78ced7 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Tue, 23 Oct 2018 07:10:48 -0400 Subject: Create helm charts for oof-cmso This change provides the necessary helm charts to instantiate the oof-cmso database (mariadb-galera) and oof-cmso service to support the scheduling of change management requests. Issue-ID: OPTFRA-373 Change-Id: I5e5024849f251eee29d3d8697e46756211b5c640 Signed-off-by: Jerry Flood --- kubernetes/oof/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/oof/Makefile') diff --git a/kubernetes/oof/Makefile b/kubernetes/oof/Makefile index 72f97ef44c..e27258aafc 100644 --- a/kubernetes/oof/Makefile +++ b/kubernetes/oof/Makefile @@ -14,3 +14,4 @@ make-has: cd charts && helm dep up oof-has + cd charts && helm dep up oof-cmso -- cgit 1.2.3-korg