mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
These all default to true and there doesn't seem to be any reason a user would want to set any to false as Submariner woild not work without these resources. Removing them simplifies the charts. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
15 lines
440 B
YAML
15 lines
440 B
YAML
{{ include "broker-role" $ }}
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: {{ template "submariner-k8s-broker.fullname" . }}-cluster
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: {{ template "submariner-k8s-broker.fullname" . }}-cluster
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: {{ template "submariner-k8s-broker.clientServiceAccountName" . }}
|
|
namespace: {{ .Release.Namespace }}
|