diff options
Diffstat (limited to 'src/monitor/deploy/role.yaml')
-rw-r--r-- | src/monitor/deploy/role.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/monitor/deploy/role.yaml b/src/monitor/deploy/role.yaml index 4d0fd1b6..c48141ac 100644 --- a/src/monitor/deploy/role.yaml +++ b/src/monitor/deploy/role.yaml @@ -58,3 +58,15 @@ rules: - '*' verbs: - '*' +- apiGroups: + - batch + resources: + - '*' + verbs: + - '*' +- apiGroups: + - extensions + resources: + - '*' + verbs: + - '*' |