File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,13 @@ rules:
4545 - securitycontextconstraints
4646 verbs :
4747 - use
48+ - apiGroups :
49+ - route.openshift.io
50+ resources :
51+ - routes
52+ verbs :
53+ - get
54+ - create
55+ - update
56+ - list
57+ - watch
Original file line number Diff line number Diff line change @@ -6602,7 +6602,7 @@ subjects:
66026602 name: custom-metrics-prometheus-adapter
66036603`
66046604
6605- const Sha256_deploy_role_core_yaml = "c3cfb5b87298224fd6e4e4bff32d3948ad168a0110b8569118a260739ef5d5e7 "
6605+ const Sha256_deploy_role_core_yaml = "1ec420603dcec64b247852d106535a85a1a866129f78f790c2e5c9285f029ae7 "
66066606
66076607const File_deploy_role_core_yaml = `apiVersion: rbac.authorization.k8s.io/v1
66086608kind: Role
@@ -6651,6 +6651,16 @@ rules:
66516651 - securitycontextconstraints
66526652 verbs:
66536653 - use
6654+ - apiGroups:
6655+ - route.openshift.io
6656+ resources:
6657+ - routes
6658+ verbs:
6659+ - get
6660+ - create
6661+ - update
6662+ - list
6663+ - watch
66546664`
66556665
66566666const Sha256_deploy_role_db_yaml = "bc7eeca1125dfcdb491ab8eb69e3dcbce9f004a467b88489f85678b3c6872cce"
You can’t perform that action at this time.
0 commit comments