parent
e732a44ee8
commit
14a9ca28a8
@ -10,14 +10,12 @@ metadata:
|
|||||||
name: phoenix-role
|
name: phoenix-role
|
||||||
namespace: web
|
namespace: web
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups: [""]
|
||||||
- "apps"
|
resources: ["*"]
|
||||||
resources:
|
verbs: ["get", "watch", "list"]
|
||||||
- deployments
|
- apiGroups: ["apps"]
|
||||||
resourceNames:
|
resources: ["*"]
|
||||||
- phoenix-app
|
verbs: ["get", "watch", "list"]
|
||||||
verbs:
|
|
||||||
- get
|
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user