File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,13 @@ add_service_acct_ns ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml
9393cat ${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}
99103echo ' {{- end -}}' >> ${SERVICE_DISC_RBAC_YAML}
100104
101105# Generate the openshift monitoring rbac yaml for the operator chart
You can’t perform that action at this time.
0 commit comments