Skip to content

Commit

Permalink
Specify CRD version using v1beta1 schema (kubeflow#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromage authored and IronPan committed Feb 7, 2019
1 parent 1842928 commit 35cf64c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kubeflow/pipeline/pipeline-scheduledworkflow.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,13 @@
singular: "scheduledworkflow",
},
scope: "Namespaced",
version: "v1beta1",
versions: [
{
name: "v1beta1",
served: true,
storage: true,
},
]
},
}, // crd
}, // parts
Expand Down

0 comments on commit 35cf64c

Please sign in to comment.