Skip to content

Commit 2f5665b

Browse files
Automated Releasesubmariner-bot
authored andcommitted
Include new LH Roles and RoleBindings when generating RBAC yamls
Signed-off-by: Automated Release <[email protected]>
1 parent 31a32ab commit 2f5665b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

generate-yamls.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,13 @@ add_service_acct_ns ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml
9393
cat ${RBAC_BASE}/lighthouse-agent/service_account.yaml \
9494
${RBAC_BASE}/lighthouse-agent/cluster_role.yaml \
9595
${RBAC_BASE}/lighthouse-agent/cluster_role_binding.yaml \
96+
${RBAC_BASE}/lighthouse-agent/role.yaml \
97+
${RBAC_BASE}/lighthouse-agent/role_binding.yaml \
9698
${RBAC_BASE}/lighthouse-coredns/service_account.yaml \
9799
${RBAC_BASE}/lighthouse-coredns/cluster_role.yaml \
98-
${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml >> ${SERVICE_DISC_RBAC_YAML}
100+
${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml \
101+
${RBAC_BASE}/lighthouse-coredns/role.yaml \
102+
${RBAC_BASE}/lighthouse-coredns/role_binding.yaml >> ${SERVICE_DISC_RBAC_YAML}
99103
echo '{{- end -}}' >> ${SERVICE_DISC_RBAC_YAML}
100104

101105
# Generate the openshift monitoring rbac yaml for the operator chart

0 commit comments

Comments
 (0)