diff options
author | Jerry Flood <jflood@att.com> | 2018-10-23 07:10:48 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2018-11-02 09:58:41 -0400 |
commit | f406ab8e8595b2958942cbfadbf016ff0e78ced7 (patch) | |
tree | c4ba80e12d232f7dde8059de016c43c3fc93f7c0 /kubernetes/oof/Makefile | |
parent | c506b7cf87e92abff8fdc31fc9e92d4cac0352be (diff) |
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 <jflood@att.com>
Diffstat (limited to 'kubernetes/oof/Makefile')
-rw-r--r-- | kubernetes/oof/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |