diff --git a/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml b/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml index 20c352ad5c3..d75f306ee62 100644 --- a/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml +++ b/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml @@ -45,8 +45,14 @@ spec: type: boolean disableModelServing: type: boolean + disableProjectSharing: + type: boolean + disableCustomServingRuntimes: + type: boolean modelMetricsNamespace: type: string + disablePipelines: + type: boolean groupsConfig: type: object required: @@ -132,3 +138,9 @@ spec: type: boolean key: type: string + storageClassName: + type: string + templateOrder: + type: array + items: + type: string