services.k3s.charts

NixOS option

Packaged Helm charts that are linked to /var/lib/rancher/k3s/server/static/charts before k3s starts. The attribute name will be used as the link target (relative to /var/lib/rancher/k3s/server/static/charts). The specified charts will only be placed on the file system and made available via the Kubernetes APIServer from within the cluster. See the services.k3s.autoDeployCharts option and the k3s Helm controller docs to deploy Helm charts. This option only makes sense on server nodes (role = server).

type: attribute set of (absolute path or package)
Default
{ }
Example
nginx = ../charts/my-nginx-chart.tgz;
redis = ../charts/my-redis-chart.tgz;
declared in: nixos/modules/services/cluster/rancher/default.nixView source on NixOS/nixpkgs →