Skip to content

Commit ea083d5

Browse files
Update internal/operator-controller/rukpak/bundle/config.go
Co-authored-by: Joe Lanford <[email protected]>
1 parent 38cd1d7 commit ea083d5

File tree

1 file changed

+2
-1
lines changed
  • internal/operator-controller/rukpak/bundle

1 file changed

+2
-1
lines changed

internal/operator-controller/rukpak/bundle/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ type Config struct {
4949
// WatchNamespace is supported for certain bundles to allow the user to configure installation in Single- or OwnNamespace modes
5050
// The validation behavior of this field is determined by the install modes supported by the bundle, e.g.:
5151
// - If a bundle only supports AllNamespaces mode (or only OwnNamespace mode): this field will be unknown
52-
// - If a bundle supports AllNamespaces and SingleNamespace install modes: this field is optional
52+
// - If a bundle supports AllNamespaces and SingleNamespace install modes: this field is optional and must NOT be equal to the install namespace.
53+
// - If a bundle supports AllNamespaces, OwnNamespace, and SingleNamespace install modes: this field is optional.
5354
// - If a bundle supports AllNamespaces and OwnNamespace: this field is optional, but if set must be equal to the install namespace
5455
WatchNamespace string `json:"watchNamespace,omitempty"`
5556
}

0 commit comments

Comments
 (0)