Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 15, 2024
1 parent 7f434f8 commit 14e8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
type (
// Config defines configuration required for upgrade command.
Config struct {
// Namespaces defines comma-separated list of namespaces that everest can operate in.
// Namespaces is a user-defined string represents raw non-validated comma-separated list of namespaces for everest to operate in.
Namespaces string `mapstructure:"namespaces"`
// NamespacesList validated list of namespaces that everest can operate in.
NamespacesList []string `mapstructure:"namespaces-map"`
Expand Down

0 comments on commit 14e8ff6

Please sign in to comment.