Skip to content

Commit

Permalink
remove new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula committed Sep 7, 2023
1 parent 54c9460 commit fa2a2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions charts/prefect-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ Workers each have a type corresponding to the execution environment to which the
1. Install the Prefect worker using Helm

```bash
helm install prefect-worker prefect/prefect-worker \
--namespace=prefect \
-f values.yaml
helm install prefect-worker prefect/prefect-worker --namespace=prefect -f values.yaml
```

2. Verify the deployment
Expand Down
4 changes: 1 addition & 3 deletions charts/prefect-worker/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ Workers each have a type corresponding to the execution environment to which the
1. Install the Prefect worker using Helm

```bash
helm install prefect-worker prefect/prefect-worker \
--namespace=prefect \
-f values.yaml
helm install prefect-worker prefect/prefect-worker --namespace=prefect -f values.yaml
```

2. Verify the deployment
Expand Down

0 comments on commit fa2a2cf

Please sign in to comment.