fix typos in iochaos example (#387)
* fix typos in iochaos example Signed-off-by: dstoecklein <daniel.stoecklein@gmail.com> * fix typos in iochaos example Signed-off-by: dstoecklein <daniel.stoecklein@gmail.com> --------- Signed-off-by: dstoecklein <daniel.stoecklein@gmail.com>
This commit is contained in:
parent
b0fa027d3d
commit
09f768c7a7
|
|
@ -138,12 +138,12 @@ For specific features, refer to [Create experiments using the YAML files](#creat
|
|||
1. Write the experiment configuration to the `io-mistake.yaml` file:
|
||||
|
||||
```yaml
|
||||
apiVersion: chaos-mesh. rg/v1alpha1
|
||||
ind: IOChaos
|
||||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: IOChaos
|
||||
metadata:
|
||||
name: io-mistake-example
|
||||
namespace: chaos-mesh
|
||||
special:
|
||||
spec:
|
||||
action: mistake
|
||||
mode: one
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue