File tree 1 file changed +2
-2
lines changed
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
56
56
```
57
57
58
58
To 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 ) :
60
60
61
61
``` java
62
62
Operator operator;
@@ -68,7 +68,7 @@ operator.register(reconciler, configOverrider ->
68
68
Note that configuring the watched namespaces can also be done using the ` @ControllerConfiguration ` annotation.
69
69
70
70
Furthermore, 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 ) :
72
72
73
73
``` java
74
74
Operator operator = new Operator ( override - > override. checkingCRDAndValidateLocalModel(false ));
You can’t perform that action at this time.
0 commit comments