diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-01-10 10:00:14 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-01-10 10:00:19 +0000 |
commit | f98a2f8f7e831daa01f60e4393f54c77fb60a4ff (patch) | |
tree | 79a109c21ed35c2d6cd344a9b399b3baf7dc9c30 /kubernetes | |
parent | 0d2cf1aee02c84d5ff262b4ac1d414fdadf5432b (diff) |
[POLICY] Fix missing PF dependecnies
Missed PF dependencies after apiV2 migration
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I15af70176f304a1642898edcc776a0386b521203
Issue-ID: OOM-2912
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/policy/Chart.yaml | 8 |
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' |