Skip to content

Commit

Permalink
doc: correct godoc (#1152)
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw authored Aug 9, 2024
1 parent c0ecbfe commit 8fc13ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func CreateDefaultDSC(ctx context.Context, cli client.Client) error {
return nil
}

// createDefaultDSCI creates a default instance of DSCI
// If there exists an instance already, it patches the DSCISpec with default values
// CreateDefaultDSCI creates a default instance of DSCI
// If there exists default-dsci instance already, it will not update DSCISpec on it.
// 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 8fc13ea

Please sign in to comment.