Skip to content

Commit

Permalink
Fix CRD validation (#191)
Browse files Browse the repository at this point in the history
While CustomResourceDefinition.spec.scope defaults to Namespaced,
omitting this generates a validation error. Just supply the default.

Signed-off-by: IWAMOTO Toshihiro <[email protected]>
  • Loading branch information
toshiiw authored and k8s-ci-robot committed Oct 15, 2018
1 parent 3dce496 commit 1c95029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/studyjobcontroller/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
group: kubeflow.org
version: v1alpha1
scope: Namespaced
names:
kind: StudyJob
singular: studyjob
Expand Down

0 comments on commit 1c95029

Please sign in to comment.