diff options
author | 2021-11-03 13:11:10 +0000 | |
---|---|---|
committer | 2021-11-03 13:11:10 +0000 | |
commit | dcaeb1a1320c1db4b4a84e99e7ab4a31dc84fa14 (patch) | |
tree | 0e95c9d9a10fb0a8615699e3803f32b5d58bc70b /kubernetes/policy/requirements.yaml | |
parent | 3b0ba482ba616100ed803bb2f7b7a92f65d61244 (diff) | |
parent | 3c3402d2022002b4aa9712e90a8a6e209376ad41 (diff) |
Merge "[POLICY] Add helm chart for http participant"
Diffstat (limited to 'kubernetes/policy/requirements.yaml')
-rwxr-xr-x | kubernetes/policy/requirements.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/policy/requirements.yaml b/kubernetes/policy/requirements.yaml index 246e129234..949199aa81 100755 --- a/kubernetes/policy/requirements.yaml +++ b/kubernetes/policy/requirements.yaml @@ -74,6 +74,10 @@ dependencies: version: ~9.x-0 repository: 'file://components/policy-clamp-cl-pf-ppnt' condition: policy-clamp-cl-pf-ppnt.enabled + - name: policy-clamp-cl-http-ppnt + version: ~9.x-0 + repository: 'file://components/policy-clamp-cl-http-ppnt' + condition: policy-clamp-cl-http-ppnt.enabled - name: repositoryGenerator version: ~9.x-0 repository: '@local' |