mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
15 lines
321 B
YAML
15 lines
321 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: typha-cpha
|
|
labels:
|
|
addonmanager.kubernetes.io/mode: Reconcile
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: typha-cpha
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: typha-cpha
|
|
namespace: kube-system
|