Skip to content

Commit 59a3407

Browse files
authored
mlbatch users can't create jobs directly; remove from VAP (#106)
1 parent dd4fcfc commit 59a3407

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.k8s-v1.30/admission-policy.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ spec:
66
failurePolicy: Fail
77
matchConstraints:
88
resourceRules:
9-
- apiGroups: ["batch"]
10-
apiVersions: ["v1"]
11-
resources: ["jobs"]
12-
operations: ["CREATE", "UPDATE"]
139
- apiGroups: ["kubeflow.org"]
1410
apiVersions: ["v1"]
1511
operations: ["CREATE", "UPDATE"]

0 commit comments

Comments
 (0)