mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
16 lines
414 B
YAML
16 lines
414 B
YAML
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: heapster
|
|
labels:
|
|
k8s-addon: monitoring-standalone.addons.k8s.io
|
|
kubernetes.io/cluster-service: "true"
|
|
addonmanager.kubernetes.io/mode: Reconcile
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: system:heapster
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: heapster
|
|
namespace: kube-system
|