File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
internal/operator-controller/rukpak/bundle Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments