We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716a752 commit 07ffe6fCopy full SHA for 07ffe6f
docs/documentation/faq.md
@@ -65,6 +65,7 @@ operator.register(reconciler, configOverrider ->
65
configOverrider.settingNamespace("mynamespace"));
66
```
67
Note that configuring the watched namespaces can also be done using the `@ControllerConfiguration` annotation.
68
+
69
Furthermore, you may not be able to list CRDs at startup which is required when `checkingCRDAndValidateLocalModel`
70
is `true` (by default). To disable set it to `false` at [Operator-level configuration](./configuration.md#operator-level-configuration):
71
0 commit comments