feat: install barman cloud for cnpg backups

This commit is contained in:
2025-08-04 12:49:48 +05:00
parent f40194e50d
commit 69f73e8123

View File

@@ -28,6 +28,7 @@
nil nil
terraform terraform
tflint tflint
typescript-language-server
# Adding node for copilot # Adding node for copilot
nodejs_24 nodejs_24
@@ -35,6 +36,12 @@
# cli tools # cli tools
nodePackages.cdktf-cli nodePackages.cdktf-cli
]; ];
shellHook = ''
# Install the barman cloud plugin
kubectl create namespace cnpg-system
kubectl apply -f https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.5.0/manifest.yaml
'';
}; };
} }
); );