Skip to content

Commit d84ccd5

Browse files
perdasilvaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 9dffb1a commit d84ccd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/draft/howto/single-ownnamespace-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install mode support, if the bundle:
6464
- bundle only supports *SingleNamespace* and/or *OwnNamespace* => `watchNamespace` is required
6565

6666
The `watchNamespace` configuration can only be the install namespace if the bundle supports the *OwnNamespace* install mode, and
67-
it can only be any other namespace is the bundle supports the *SingleNamespace* install mode.
67+
it can only be any other namespace if the bundle supports the *SingleNamespace* install mode.
6868

6969
Examples:
7070

internal/operator-controller/applier/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (r *RegistryV1ManifestProvider) Get(bundleFS fs.FS, ext *ocv1.ClusterExtens
7171
if r.IsSingleOwnNamespaceEnabled {
7272
bundleConfigBytes := ext.ExtensionConfigBytes()
7373
// treat no config as empty to properly validate the configuration
74-
// e.g. ensure that all required fields are set and set appropriately
74+
// e.g. ensure that validation catches missing required fields
7575
if bundleConfigBytes == nil {
7676
bundleConfigBytes = []byte(`{}`)
7777
}

0 commit comments

Comments
 (0)