From e33d3ca161899f217d9d52b11fc11daaae4eb4a6 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Thu, 13 Nov 2025 09:51:21 -0500 Subject: [PATCH] Include new LH Roles and RoleBindings when generating RBAC yamls Signed-off-by: Automated Release --- generate-yamls.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/generate-yamls.sh b/generate-yamls.sh index 7292b79..56ad553 100755 --- a/generate-yamls.sh +++ b/generate-yamls.sh @@ -93,9 +93,13 @@ add_service_acct_ns ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml cat ${RBAC_BASE}/lighthouse-agent/service_account.yaml \ ${RBAC_BASE}/lighthouse-agent/cluster_role.yaml \ ${RBAC_BASE}/lighthouse-agent/cluster_role_binding.yaml \ + ${RBAC_BASE}/lighthouse-agent/role.yaml \ + ${RBAC_BASE}/lighthouse-agent/role_binding.yaml \ ${RBAC_BASE}/lighthouse-coredns/service_account.yaml \ ${RBAC_BASE}/lighthouse-coredns/cluster_role.yaml \ - ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml >> ${SERVICE_DISC_RBAC_YAML} + ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml \ + ${RBAC_BASE}/lighthouse-coredns/role.yaml \ + ${RBAC_BASE}/lighthouse-coredns/role_binding.yaml >> ${SERVICE_DISC_RBAC_YAML} echo '{{- end -}}' >> ${SERVICE_DISC_RBAC_YAML} # Generate the openshift monitoring rbac yaml for the operator chart