add cert-manager and barman cloud plugin
This commit is contained in:
15
kubernetes/charts/cert-manager.nix
Normal file
15
kubernetes/charts/cert-manager.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user