Skip to content

Commit

Permalink
deploy: Update permissions for new pod-oriented workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jan 6, 2024
1 parent c3b27b3 commit aa21c03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deploy/dapps-certification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,9 @@ metadata:
name: dapps-certification
namespace: dapps-certification-staging
rules:
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "create", "watch", "delete"]
- apiGroups: [""]
resources: ["pods", "pods/log"]
verbs: ["get", "list"]
verbs: ["get", "list", "create", "watch", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit aa21c03

Please sign in to comment.