From 4b15d3a57b9eadb5c4a8391f17ab3266a8237cde Mon Sep 17 00:00:00 2001 From: Yehor Brodskiy <39830788+yeskiy@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:12:13 +0300 Subject: [PATCH] TYPO: change `bundle.yam` to `bundle.yaml` TYPO: change `bundle.yam` to `bundle.yaml` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c0d50aa..6703b18df 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Below is one of the ways to deploy the Operator using `kubectl`. ### kubectl -1. Deploy the operator from `deploy/bundle.yam` +1. Deploy the operator from `deploy/bundle.yaml` ```sh kubectl apply --server-side -f https://raw.githubusercontent.com/percona/percona-postgresql-operator/main/deploy/bundle.yaml