mirror of
https://github.com/poseidon/typhoon
synced 2024-11-17 20:14:02 +01:00
14 lines
271 B
YAML
14 lines
271 B
YAML
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: heapster
|
||
|
namespace: kube-system
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: system:pod-nanny
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: heapster
|
||
|
namespace: kube-system
|