mirror of https://github.com/kubernetes/kops.git
Fixing indentation of ServiceAccount
This commit is contained in:
parent
d135085e54
commit
2dab7b8c89
|
|
@ -92,15 +92,15 @@ spec:
|
||||||
k8s-app: heapster
|
k8s-app: heapster
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: heapster
|
name: heapster
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
k8s-addon: monitoring-standalone.addons.k8s.io
|
k8s-addon: monitoring-standalone.addons.k8s.io
|
||||||
---
|
---
|
||||||
kind: ClusterRoleBinding
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||||
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: heapster
|
name: heapster
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue