mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
17 lines
414 B
YAML
17 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
|