From 48f7eb0224b3ec5b82d558597bba50408bb8f772 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 4 Feb 2022 08:22:05 +0100 Subject: [PATCH] [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 --- kubernetes/cps/Chart.yaml | 3 --- 1 file changed, 3 deletions(-) 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' -- 2.16.6