[CPS] Remove dependency to service account 61/126961/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 4 Feb 2022 07:22:05 +0000 (08:22 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 18 Feb 2022 07:31:25 +0000 (07:31 +0000)
CPS has added a dependency to roles-wrapper.
Actually, this one is one install only and thus cannot be installed by
component but by ONAP main chart.

Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I509532dbbae44ac9245192789324ec2bb00c2e27

kubernetes/cps/Chart.yaml

index 40bf488..5e951d7 100644 (file)
@@ -23,9 +23,6 @@ dependencies:
   - name: common
     version: ~10.x-0
     repository: '@local'
-  - name: roles-wrapper
-    version: ~10.x-0
-    repository: '@local'
   - name: cps-core
     version: ~10.x-0
     repository: '@local'