add cert-manager and barman cloud plugin

This commit is contained in:
2026-03-17 13:42:51 -04:00
parent 37fdf43abe
commit d26192d28e
3 changed files with 33 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
{
services.k3s.autoDeployCharts = {
cert-manager = {
name = "cert-manager";
version = "v1.20.0";
repo = "https://charts.jetstack.io";
hash = "sha256-Hxomj9FkLXbQuf0WKq7ckZc6gbh9nlfA//JGAkzNKtQ=";
createNamespace = true;
targetNamespace = "cert-manager";
values = {
installCRDs = true;
};
};
};
}