Skip to content

Commit 05107fd

Browse files
committed
I don't really care, but which yaml indentation is winning?
1 parent 7cf2a5d commit 05107fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rbac-namespace-default/node-reader.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
55
metadata:
66
name: node-reader
77
rules:
8-
- apiGroups:
9-
- ""
10-
resources:
11-
- nodes
12-
verbs:
13-
- get
8+
- apiGroups:
9+
- ""
10+
resources:
11+
- nodes
12+
verbs:
13+
- get
1414
---
1515
kind: ClusterRoleBinding
1616
apiVersion: rbac.authorization.k8s.io/v1beta1

0 commit comments

Comments
 (0)