diff --git a/base/api/rbac/role.yaml b/base/api/rbac/role.yaml index db70883..c6ed162 100644 --- a/base/api/rbac/role.yaml +++ b/base/api/rbac/role.yaml @@ -96,4 +96,14 @@ rules: - list - watch - patch - - delete \ No newline at end of file + - delete + - apiGroups: + - 'apps' + resources: + - daemonsets + resourceNames: + - game-server-node-connector + - game-server-node-connector-nvidia + verbs: + - get + - patch \ No newline at end of file