Files
black-start/kubernetes/charts/cloudnativepg.nix
2026-03-03 16:45:49 +00:00

10 lines
298 B
Nix

{
services.k3s.autoDeployCharts.cloudnativepg = {
name = "cloudnative-pg";
version = "0.27.1";
repo = "https://cloudnative-pg.github.io/charts";
hash = "sha256-Z9cYn5MhnTVWMP92kBaRIc9gbmeshKvgXFP4h4jenUk=";
createNamespace = true;
targetNamespace = "cloudnativepg";
};
}