summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-01-12 07:41:32 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-12 07:41:32 +0000
commit5a31b2ae4ba327f232acbc658b7919193b7779c6 (patch)
treeff4c50c6d3a6d1d7013b7cbadb21c97f9de35fef
parent98b40be0f580491e015b0c1c33debfccb40a404f (diff)
parentf98a2f8f7e831daa01f60e4393f54c77fb60a4ff (diff)
Merge "[POLICY] Fix missing PF dependecnies"
-rwxr-xr-xkubernetes/policy/Chart.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/policy/Chart.yaml b/kubernetes/policy/Chart.yaml
index 54e2103ce7..52c1b86f06 100755
--- a/kubernetes/policy/Chart.yaml
+++ b/kubernetes/policy/Chart.yaml
@@ -67,6 +67,14 @@ dependencies:
version: ~10.x-0
repository: 'file://components/policy-clamp-cl-k8s-ppnt'
condition: policy-clamp-cl-k8s-ppnt.enabled
+ - name: policy-clamp-cl-http-ppnt
+ version: ~10.x-0
+ repository: 'file://components/policy-clamp-cl-http-ppnt'
+ condition: policy-clamp-cl-http-ppnt.enabled
+ - name: policy-clamp-cl-pf-ppnt
+ version: ~10.x-0
+ repository: 'file://components/policy-clamp-cl-pf-ppnt'
+ condition: policy-clamp-cl-pf-ppnt.enabled
- name: policy-clamp-cl-runtime
version: ~10.x-0
repository: 'file://components/policy-clamp-cl-runtime'