Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: xiang <xiang13225080@163.com>

Co-authored-by: Calvin Weng <wenghao@pingcap.com>
  • Loading branch information
WangXiangUSTC and dcalvin authored Aug 18, 2020
1 parent e096c83 commit fc4fe27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ CFG_BASE64=`base64 chaos.yaml`

### Step 3. Create the workflow

#### Deploy the Kubernetes cluster
1. Deploy the Kubernetes cluster

A Kubernetes cluster is required for the workflow. You can use [Kind Cluster](https://github.com/marketplace/actions/kind-cluster) or [Kind Action](https://github.com/marketplace/actions/kind-kubernetes-in-docker-action) to deploy.

#### Use chaos-mesh-action
2. Use `chaos-mesh-action`.

To create the workflow in GitHub action, use chaos-mesh/chaos-mesh-action in the yaml configuration file and configure the base64 value of the chaos configuration file. The chaos-mesh related configuration is as follows:
To create the workflow in GitHub action, use `chaos-mesh/chaos-mesh-action` in the yaml configuration file and configure the base64 value of the chaos configuration file. The chaos-mesh related configuration is as follows:

```yaml
- name: Run chaos mesh action
Expand Down

0 comments on commit fc4fe27

Please sign in to comment.