File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments