Skip to content

Commit

Permalink
upgrade: remove comment about patching DSCI with default values
Browse files Browse the repository at this point in the history
The comment is outdated. The original patch

1ccbe05 ("Unset Tech Preview components by default (opendatahub-io#708)")

had this logic, but it was removed by

f756e40 ("Update incubation with downstream changes (opendatahub-io#783)")

Signed-off-by: Yauheni Kaliuta <[email protected]>
  • Loading branch information
ykaliuta committed Aug 1, 2024
1 parent e80dcbe commit 0e068b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func CreateDefaultDSC(ctx context.Context, cli client.Client) error {
}

// createDefaultDSCI creates a default instance of DSCI
// If there exists an instance already, it patches the DSCISpec with default values
// Note: DSCI CR modifcations are not supported, as it is the initial prereq setting for the components.
func CreateDefaultDSCI(ctx context.Context, cli client.Client, _ cluster.Platform, appNamespace, monNamespace string) error {
defaultDsciSpec := &dsciv1.DSCInitializationSpec{
Expand Down

0 comments on commit 0e068b3

Please sign in to comment.