Skip to content
Prev Previous commit
Next Next commit
I don't really care, but which yaml indentation is winning?
  • Loading branch information
solsson committed Aug 5, 2017
commit 05107fd5ab40846517c3539310cfe29c4f2b2e5e
12 changes: 6 additions & 6 deletions rbac-namespace-default/node-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: node-reader
rules:
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down