We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6bedce + e416af8 commit 07ef367Copy full SHA for 07ef367
1 file changed
k8s-specifications/rbac.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: rbac.authorization.k8s.io/v1
2
+kind: Role
3
+metadata:
4
+ name: voting-app-role
5
+ namespace: default
6
+rules:
7
+ - apiGroups: [""]
8
+ resources: ["pods", "services"]
9
+ verbs: ["get", "list", "watch"]
0 commit comments