diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-04 08:22:05 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-18 07:31:25 +0000 |
commit | 48f7eb0224b3ec5b82d558597bba50408bb8f772 (patch) | |
tree | 614f5a11578ba2f575f2c76c35d302fc430f98f7 /kubernetes/cps | |
parent | edc1daa1f4e159ddd79d4e269b26b5cfb889297b (diff) |
[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 <sylvain.desbureaux@orange.com>
Change-Id: I509532dbbae44ac9245192789324ec2bb00c2e27
Diffstat (limited to 'kubernetes/cps')
-rw-r--r-- | kubernetes/cps/Chart.yaml | 3 |
1 files changed, 0 insertions, 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' |