From 90605f7436d11bc3cc18f521dac906040d1a823b Mon Sep 17 00:00:00 2001 From: Aidan Dunlop Date: Tue, 24 Dec 2024 10:50:56 +0000 Subject: [PATCH] add deployment_manager_role to rbac kustomization --- config/rbac/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index ab3fbf4c5..4ab05a758 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -23,3 +23,4 @@ resources: - run_viewer_role.yaml - runconfiguration_editor_role.yaml - runconfiguration_viewer_role.yaml +- deployment_manager_role.yaml