mirror of
https://github.com/poseidon/typhoon
synced 2024-11-18 04:23:51 +01:00
de88fa5457
* Switch to k8s.gcr.io vanity image name * Add service account, Role, and ClusterRole for heapster
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
|