From fa2a2cfe53b40a15e1a2b19073de9961cf801598 Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 6 Sep 2023 21:42:01 -0400 Subject: [PATCH] remove new lines --- charts/prefect-worker/README.md | 4 +--- charts/prefect-worker/README.md.gotmpl | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/prefect-worker/README.md b/charts/prefect-worker/README.md index 5446971a..2249f833 100644 --- a/charts/prefect-worker/README.md +++ b/charts/prefect-worker/README.md @@ -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 diff --git a/charts/prefect-worker/README.md.gotmpl b/charts/prefect-worker/README.md.gotmpl index 6a0ad2eb..1f814d4e 100644 --- a/charts/prefect-worker/README.md.gotmpl +++ b/charts/prefect-worker/README.md.gotmpl @@ -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