aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-01-21 14:55:54 -0500
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-01-22 12:52:17 -0500
commit1659fa68624e7eb53b6d2c8f36a453d28275c9a4 (patch)
tree3f905e9aaed332007312233f2b3714e81047e461
parentf91ad7dde86e0aa1e5aa3bdcb03c67490fd2f6e5 (diff)
[CPS] Add roles-wrapper dependency
RBAC roles are created when deploying cps chart. Issue-ID: CPS-862 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icf91bf3271027e86ed439740bb9d9465ded3eee9
-rw-r--r--kubernetes/cps/Chart.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/kubernetes/cps/Chart.yaml b/kubernetes/cps/Chart.yaml
index 097bb98559..40bf4889ea 100644
--- a/kubernetes/cps/Chart.yaml
+++ b/kubernetes/cps/Chart.yaml
@@ -1,4 +1,4 @@
-# Copyright (C) 2021 Bell Canada
+# Copyright (C) 2021 2022 Bell Canada
# Modifications Copyright © 2021 Orange
# Modifications Copyright © 2021 Nordix Foundation
#
@@ -23,6 +23,9 @@ 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'
@@ -34,4 +37,4 @@ dependencies:
- name: ncmp-dmi-plugin
version: ~10.x-0
repository: '@local'
- condition: ncmp-dmi-plugin.enabled \ No newline at end of file
+ condition: ncmp-dmi-plugin.enabled