Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Nov 3, 2023
1 parent b03e869 commit 3b86dfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/accesscontrol/rolebinding-other-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ metadata:
namespace: test2
name: testadmin
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: testadminbinding
namespace: test2
subjects:
- kind: ServiceAccount
name: test-pod-sa
namespace: tnf
apiGroup: ""
- kind: ServiceAccount
name: test-pod-sa
namespace: tnf
apiGroup: ""
roleRef:
kind: Role
name: testadmin
apiGroup: ""
apiGroup: ""

0 comments on commit 3b86dfa

Please sign in to comment.