Skip to content

Commit 07ffe6f

Browse files
authored
Update docs/documentation/faq.md
1 parent 716a752 commit 07ffe6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/documentation/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ operator.register(reconciler, configOverrider ->
6565
configOverrider.settingNamespace("mynamespace"));
6666
```
6767
Note that configuring the watched namespaces can also be done using the `@ControllerConfiguration` annotation.
68+
6869
Furthermore, you may not be able to list CRDs at startup which is required when `checkingCRDAndValidateLocalModel`
6970
is `true` (by default). To disable set it to `false` at [Operator-level configuration](./configuration.md#operator-level-configuration):
7071

0 commit comments

Comments
 (0)