We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasklist:
References: Following is a Dev Build that can be used to test your release manifests directly from component repos using updated api:
apiVersion: datasciencecluster.opendatahub.io/v1 kind: DataScienceCluster metadata: name: default spec: components: dashboard: managementState: "Managed" devFlags: manifests: - manifestsFolder: manifests overlay: overlays/incubation uri: https://github.com/opendatahub-io/odh-dashboard/tarball/v2.15.0-incubation # Example of component that references multiple repos kserve: managementState: "Managed" devFlags: manifests: - manifestsFolder: config overlay: overlays/odh uri: 'https://github.com/opendatahub-io/kserve/tarball/master' - manifestsFolder: config uri: https://github.com/opendatahub-io/odh-model-controller/tarball/main
The text was updated successfully, but these errors were encountered:
@VedantMahabaleshwarkar could you add the PRs here and close this issue?
Sorry, something went wrong.
PRs from other repos also included in this story (can't link PRs from other repos in the github field) opendatahub-io/odh-model-controller#92 opendatahub-io/opendatahub-operator#639
VedantMahabaleshwarkar
Successfully merging a pull request may close this issue.
Tasklist:
References:
Following is a Dev Build that can be used to test your release manifests directly from component repos using updated api:
The text was updated successfully, but these errors were encountered: