diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-08 10:02:21 -0500 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-27 16:00:10 -0400 |
commit | b5d7ad89e5d86fe2555048da08cc5dcd6a5419d8 (patch) | |
tree | f7ab4da612f617bc6f5dc4d476c2d7d400c4eee5 /charts/champ/Chart.yaml | |
parent | 72c169d63f3acdbaca280d27f840fba9dacc68c1 (diff) |
Add champ subchart to oom aai
Change-Id: I19973276c957bf46cdb7cf493cead188b9faa2ad
Issue-ID: OOM-790
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'charts/champ/Chart.yaml')
-rw-r--r-- | charts/champ/Chart.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/charts/champ/Chart.yaml b/charts/champ/Chart.yaml new file mode 100644 index 0000000..a4ee888 --- /dev/null +++ b/charts/champ/Chart.yaml @@ -0,0 +1,18 @@ +# Copyright © 2018 Amdocs, AT&T +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: v1 +description: Champ microservice +name: champ +version: 2.0.0 |