File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET a
5656```
5757
5858To restrict the operator to a set of namespaces, you may override which namespaces are watched by a reconciler
59- at [ Reconciler-level configuration] ( ./configuration.md#reconciler-level-configuration ) :
59+ at [ Reconciler-level configuration] ( .. /configuration.md#reconciler-level-configuration ) :
6060
6161``` java
6262Operator operator;
@@ -68,7 +68,7 @@ operator.register(reconciler, configOverrider ->
6868Note that configuring the watched namespaces can also be done using the ` @ControllerConfiguration ` annotation.
6969
7070Furthermore, you may not be able to list CRDs at startup which is required when ` checkingCRDAndValidateLocalModel `
71- is ` true ` (` false ` by default). To disable, set it to ` false ` at [ Operator-level configuration] ( ./configuration.md #operator-level-configuration ) :
71+ is ` true ` (` false ` by default). To disable, set it to ` false ` at [ Operator-level configuration] ( .. /configuration#operator-level-configuration ) :
7272
7373``` java
7474Operator operator = new Operator ( override - > override. checkingCRDAndValidateLocalModel(false ));
You can’t perform that action at this time.
0 commit comments