From 8fc13ea511fe810f2f06f8954ad115ba569ac6e6 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Fri, 9 Aug 2024 10:04:09 -0400 Subject: [PATCH] doc: correct godoc (#1152) Signed-off-by: Wen Zhou --- pkg/upgrade/upgrade.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/upgrade/upgrade.go b/pkg/upgrade/upgrade.go index e42929d015e..b137aa4199d 100644 --- a/pkg/upgrade/upgrade.go +++ b/pkg/upgrade/upgrade.go @@ -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{