diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index b777fb41..836ab886 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -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