diff options
author | Jun (Nicolas) Hu <jh245g@att.com> | 2018-08-08 14:41:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-08 14:41:25 +0000 |
commit | 2de2601e0f123739d7efafe4796e399f9327259f (patch) | |
tree | eeb38522f444375b087c1a4189015aa86bd38bf0 /kubernetes/onap/requirements.yaml | |
parent | 0a337c91d0e649bb15468f6ac7ef366b8097c0d8 (diff) | |
parent | a3f067ca6b49d349a60d9f8b85de2ae38510c2db (diff) |
Merge "Add pomba elasticsearch new charts for POMBA"
Diffstat (limited to 'kubernetes/onap/requirements.yaml')
-rw-r--r-- | kubernetes/onap/requirements.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/onap/requirements.yaml b/kubernetes/onap/requirements.yaml index d28f16b3d8..911a1d55f9 100644 --- a/kubernetes/onap/requirements.yaml +++ b/kubernetes/onap/requirements.yaml @@ -80,6 +80,10 @@ dependencies: version: ~2.0.0 repository: '@local' condition: policy.enabled + - name: pomba + version: ~2.0.0 + repository: '@local' + condition: pomba.enabled - name: portal version: ~2.0.0 repository: '@local' |