Skip to content

Commit

Permalink
mlbatch users can't create jobs directly; remove from VAP (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Nov 21, 2024
1 parent dd4fcfc commit 59a3407
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.k8s-v1.30/admission-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ spec:
failurePolicy: Fail
matchConstraints:
resourceRules:
- apiGroups: ["batch"]
apiVersions: ["v1"]
resources: ["jobs"]
operations: ["CREATE", "UPDATE"]
- apiGroups: ["kubeflow.org"]
apiVersions: ["v1"]
operations: ["CREATE", "UPDATE"]
Expand Down

0 comments on commit 59a3407

Please sign in to comment.