diff --git a/config/crd/dashboard-crds/odhapplications.dashboard.opendatahub.io.crd.yaml b/config/crd/dashboard-crds/odhapplications.dashboard.opendatahub.io.crd.yaml index d8f8ca49345..1e1a009e9ef 100644 --- a/config/crd/dashboard-crds/odhapplications.dashboard.opendatahub.io.crd.yaml +++ b/config/crd/dashboard-crds/odhapplications.dashboard.opendatahub.io.crd.yaml @@ -116,6 +116,7 @@ spec: isEnabled: type: boolean kfdefApplications: + description: "(Deprecated) Apps do not rely on other deployments, they are deployed by those components." items: type: string type: array diff --git a/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml b/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml index d75f306ee62..8108ce32aa4 100644 --- a/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml +++ b/config/crd/dashboard-crds/odhdashboardconfigs.opendatahub.io.crd.yaml @@ -144,3 +144,7 @@ spec: type: array items: type: string + templateDisablement: + type: array + items: + type: string