diff --git a/add-on/postgresql.sh b/add-on/postgresql.sh index 2e19018..cd9001b 100644 --- a/add-on/postgresql.sh +++ b/add-on/postgresql.sh @@ -1,6 +1,8 @@ kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.28/releases/cnpg-1.28.0.yaml--force-conflicts curl -sSfL https://github.com/cloudnative-pg/cloudnative-pg/raw/main/hack/install-cnpg-plugin.sh | sudo sh -s -- -b /usr/local/bin +kubectl apply -f \ + https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.13.0/manifest.yaml kubectl create namespace database