Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa21c03

Browse files
committedJan 6, 2024
deploy: Update permissions for new pod-oriented workflow
1 parent c3b27b3 commit aa21c03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎deploy/dapps-certification.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,9 @@ metadata:
184184
name: dapps-certification
185185
namespace: dapps-certification-staging
186186
rules:
187-
- apiGroups: ["batch"]
188-
resources: ["jobs"]
189-
verbs: ["get", "create", "watch", "delete"]
190187
- apiGroups: [""]
191188
resources: ["pods", "pods/log"]
192-
verbs: ["get", "list"]
189+
verbs: ["get", "list", "create", "watch", "delete"]
193190
---
194191
apiVersion: rbac.authorization.k8s.io/v1
195192
kind: RoleBinding

0 commit comments

Comments
 (0)
Please sign in to comment.