Skip to content

Commit 06aefd7

Browse files
committed
no cluster rbac
1 parent d89df1e commit 06aefd7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,15 @@ hull:
318318
helm.sh/hook-weight: "-15"
319319
helm.sh/hook-delete-policy: before-hook-creation
320320

321-
clusterrolebinding:
321+
rolebinding:
322322
hull-install-events:
323323
annotations:
324324
helm.sh/hook: pre-install,pre-upgrade
325325
helm.sh/hook-weight: "-15"
326326
helm.sh/hook-delete-policy: before-hook-creation
327327
roleRef:
328328
apiGroup: rbac.authorization.k8s.io
329-
kind: ClusterRole
329+
kind: Role
330330
name: _HT^events
331331
subjects:
332332
- kind: ServiceAccount
@@ -339,13 +339,14 @@ hull:
339339
helm.sh/hook-delete-policy: before-hook-creation
340340
roleRef:
341341
apiGroup: rbac.authorization.k8s.io
342-
kind: ClusterRole
342+
kind: Role
343343
name: _HT^events
344344
subjects:
345345
- kind: ServiceAccount
346346
name: _HT^hull-configure
347347
namespace: _HT!{{ (index . "$").Release.Namespace }}
348-
clusterrole:
348+
349+
role:
349350
events:
350351
annotations:
351352
helm.sh/hook: pre-install,pre-upgrade

0 commit comments

Comments
 (0)