diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-12 06:02:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-12 06:02:06 +0000 |
commit | 7c55cfea76fd69aeb9b7caf6cff2dd1272b4d0f3 (patch) | |
tree | 08b7161f6f2117c55a2077259703bf47940d1ca3 /kubernetes/policy/requirements.yaml | |
parent | e1d12cb0768338e19c450924e705c829f5d77571 (diff) | |
parent | 7124a4ba6b5d880674ebe98b72073b453bb4780e (diff) |
Merge "[POLICY] Add helm chart for cl-runtime component"
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 b391d27bb1..0ba1535346 100755 --- a/kubernetes/policy/requirements.yaml +++ b/kubernetes/policy/requirements.yaml @@ -61,6 +61,10 @@ dependencies: version: ~8.x-0 repository: 'file://components/policy-clamp-cl-k8s-ppnt' condition: policy-clamp-cl-k8s-ppnt.enabled + - name: policy-clamp-cl-runtime + version: ~8.x-0 + repository: 'file://components/policy-clamp-cl-runtime' + condition: policy-clamp-cl-runtime.enabled - name: policy-gui version: ~8.x-0 repository: 'file://components/policy-gui' |