mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Include new LH Roles and RoleBindings when generating RBAC yamls
Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
committed by
Submariner Bot
parent
31a32ab054
commit
2f5665b6c1
+5
-1
@@ -93,9 +93,13 @@ add_service_acct_ns ${RBAC_BASE}/lighthouse-coredns/cluster_role_binding.yaml
|
|||||||
cat ${RBAC_BASE}/lighthouse-agent/service_account.yaml \
|
cat ${RBAC_BASE}/lighthouse-agent/service_account.yaml \
|
||||||
${RBAC_BASE}/lighthouse-agent/cluster_role.yaml \
|
${RBAC_BASE}/lighthouse-agent/cluster_role.yaml \
|
||||||
${RBAC_BASE}/lighthouse-agent/cluster_role_binding.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/service_account.yaml \
|
||||||
${RBAC_BASE}/lighthouse-coredns/cluster_role.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}
|
echo '{{- end -}}' >> ${SERVICE_DISC_RBAC_YAML}
|
||||||
|
|
||||||
# Generate the openshift monitoring rbac yaml for the operator chart
|
# Generate the openshift monitoring rbac yaml for the operator chart
|
||||||
|
|||||||
Reference in New Issue
Block a user