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 cd3544b commit 6e8009cCopy full SHA for 6e8009c
docs/dwo-configuration.md
@@ -59,13 +59,13 @@ These configuration options exist in the **global** DWOC's `config.webhook` fie
59
apiVersion: controller.devfile.io/v1alpha1
60
kind: DevWorkspaceOperatorConfig
61
metadata:
62
-name: devworkspace-operator-config
63
-namespace: $OPERATOR_INSTALL_NAMESPACE
+ name: devworkspace-operator-config
+ namespace: $OPERATOR_INSTALL_NAMESPACE
64
config:
65
-webhook:
66
-nodeSelector: <string, string>
67
-tolerations: <[]tolerations>
68
-replicas: <int32>
+ webhook:
+ nodeSelector: <string, string>
+ tolerations: <[]tolerations>
+ replicas: <int32>
69
```
70
71
**Note:** In order for the `devworkspace-webhook-server` configuration options to take effect:
0 commit comments