diff options
author | Geora Barsky <georab@amdocs.com> | 2018-08-17 13:31:36 -0400 |
---|---|---|
committer | Geora Barsky <georab@amdocs.com> | 2018-08-29 10:17:20 -0400 |
commit | 417b3b46c64f965bed72793b3572ee89b73b22e6 (patch) | |
tree | de9d6d45bd5a61be9f9d96ce62624c4454797b0b /kubernetes/pomba/charts/pomba-search-data/Chart.yaml | |
parent | 86da5e3720ecdad23d435c043d7d13d3a42188dd (diff) |
Add Search Data Service to POMBA OOM
Issue-ID: LOG-612
Change-Id: I3ef3707e332c44d3dbaee5a9601607063b99c3ea
Signed-off-by: Geora Barsky <georab@amdocs.com>
Diffstat (limited to 'kubernetes/pomba/charts/pomba-search-data/Chart.yaml')
-rw-r--r-- | kubernetes/pomba/charts/pomba-search-data/Chart.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kubernetes/pomba/charts/pomba-search-data/Chart.yaml b/kubernetes/pomba/charts/pomba-search-data/Chart.yaml new file mode 100644 index 0000000000..89e7917206 --- /dev/null +++ b/kubernetes/pomba/charts/pomba-search-data/Chart.yaml @@ -0,0 +1,18 @@ +# Copyright © 2018 Amdocs +# +# 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: ONAP POMBA search-data +name: pomba-search-data +version: 2.0.0 |