From: Sylvain Desbureaux Date: Fri, 4 Feb 2022 07:22:05 +0000 (+0100) Subject: [CPS] Remove dependency to service account X-Git-Tag: 10.0.0~128^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=48f7eb0224b3ec5b82d558597bba50408bb8f772;p=oom.git [CPS] Remove dependency to service account 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 Change-Id: I509532dbbae44ac9245192789324ec2bb00c2e27 --- diff --git a/kubernetes/cps/Chart.yaml b/kubernetes/cps/Chart.yaml index 40bf4889ea..5e951d7beb 100644 --- a/kubernetes/cps/Chart.yaml +++ b/kubernetes/cps/Chart.yaml @@ -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'