fix: update apiversion, some small fixes

This commit is contained in:
Vitalii Koretskyi
2021-10-29 14:33:28 +02:00
parent f04268e5fc
commit 1f17624bd6
9 changed files with 11 additions and 5 deletions
@@ -0,0 +1,9 @@
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: endpoint-reader
rules:
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get"]