[CPS] Add roles-wrapper dependency 13/126713/2
authorBruno Sakoto <bruno.sakoto@bell.ca>
Fri, 21 Jan 2022 19:55:54 +0000 (14:55 -0500)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Sat, 22 Jan 2022 17:52:17 +0000 (12:52 -0500)
RBAC roles are created when deploying cps chart.

Issue-ID: CPS-862
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Icf91bf3271027e86ed439740bb9d9465ded3eee9

kubernetes/cps/Chart.yaml

index 097bb98..40bf488 100644 (file)
@@ -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