Skip to content

Commit d3d5e9f

Browse files
committed
fix typo / add instruction
1 parent 48c2c5f commit d3d5e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud/scheduler/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979

8080
## How to configure (or disable/enable) specific Plugins
8181

82-
By default, all the plugins are enabled. You can disable specific plugins via plugin-config.
82+
By default, all the plugins are enabled. You can disable specific plugins via plugin-config. for CAPPX, check example ConfigMap [here](../../config/manager/manager.yaml)
8383
```sh
8484
# example plugin-config.yaml
8585

@@ -91,5 +91,5 @@ filters:
9191
- CPUOvercommit:
9292
enable: false # disable
9393
- MemoryOvercommit:
94-
enable true # enable (can be omitted)
94+
enable: true # enable (can be omitted)
9595
```

0 commit comments

Comments
 (0)