Skip to content

Commit 07f8a2a

Browse files
authored
doc: cosmetic change to snapshot testing documentation (cloudnative-pg#899)
Pass the URL of the manifest instead of using `curl` in the example included in the contribution guide. Closes cloudnative-pg#898 Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 7b4e56f commit 07f8a2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

contribute/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ If you want to test or evaluate the latest development snapshot of
5454
CloudNativePG before the next official patch release, you can simply run:
5555

5656
```sh
57-
curl -sSfL \
58-
https://raw.githubusercontent.com/cloudnative-pg/artifacts/main/manifests/operator-manifest.yaml | \
59-
kubectl apply -f -
57+
kubectl apply -f \
58+
https://raw.githubusercontent.com/cloudnative-pg/artifacts/main/manifests/operator-manifest.yaml
6059
```
6160

6261
---

0 commit comments

Comments
 (0)