[POLICY] Fix missing PF dependecnies 24/126524/1
authorefiacor <fiachra.corcoran@est.tech>
Mon, 10 Jan 2022 10:00:14 +0000 (10:00 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Mon, 10 Jan 2022 10:00:19 +0000 (10:00 +0000)
Missed PF dependencies after apiV2 migration

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I15af70176f304a1642898edcc776a0386b521203
Issue-ID: OOM-2912

kubernetes/policy/Chart.yaml

index 54e2103..52c1b86 100755 (executable)
@@ -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'