Skip to content

Commit 6e8009c

Browse files
committed
Fix documentation indentation
Signed-off-by: dkwon17-test <[email protected]>
1 parent cd3544b commit 6e8009c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/dwo-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ These configuration options exist in the **global** DWOC's `config.webhook` fie
5959
apiVersion: controller.devfile.io/v1alpha1
6060
kind: DevWorkspaceOperatorConfig
6161
metadata:
62-
name: devworkspace-operator-config
63-
namespace: $OPERATOR_INSTALL_NAMESPACE
62+
name: devworkspace-operator-config
63+
namespace: $OPERATOR_INSTALL_NAMESPACE
6464
config:
65-
webhook:
66-
nodeSelector: <string, string>
67-
tolerations: <[]tolerations>
68-
replicas: <int32>
65+
webhook:
66+
nodeSelector: <string, string>
67+
tolerations: <[]tolerations>
68+
replicas: <int32>
6969
```
7070

7171
**Note:** In order for the `devworkspace-webhook-server` configuration options to take effect:

0 commit comments

Comments
 (0)