mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-29 07:06:42 +00:00
19 lines
551 B
YAML
19 lines
551 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: clusterrolebinding
|
|
app.kubernetes.io/instance: proxy-rolebinding
|
|
app.kubernetes.io/component: kube-rbac-proxy
|
|
app.kubernetes.io/created-by: libre-sh
|
|
app.kubernetes.io/part-of: libre-sh
|
|
app.kubernetes.io/managed-by: kustomize
|
|
name: proxy-rolebinding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: proxy-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: controller-manager
|
|
namespace: system
|