Skip to content

Commit

Permalink
docs: update deploy release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa authored Jun 30, 2023
1 parent 1f0b8dd commit 84f62af
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion go-chaos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,15 @@ Adjust the deployment file [here](https://github.com/zeebe-io/zeebe-chaos/blob/m
> **Note:**
> This will not update the deployed resources, this is not automated yet.
You can either apply the deployment again in the corresponding Kubernetes namespace (e.g. testbench-1-x-prod) or edit the existing deployment `kubectl edit deployments.apps zbchaos-worker`
You can either apply the deployment again in the corresponding Kubernetes namespace (e.g. testbench-1-x-prod)

```
kubectl apply -f go-chaos/deploy/deployment.yaml
```

or edit the existing deployment

```
kubectl edit deployments.apps zbchaos-worker
```

0 comments on commit 84f62af

Please sign in to comment.