services.rke2.charts

Packaged Helm charts that are linked to /var/lib/rancher/rke2/server/static/charts before rke2 starts. The attribute name will be used as the link target (relative to /var/lib/rancher/rke2/server/static/charts). The specified charts will only be placed on the file system and made available via port 9345 on server nodes. See the services.rke2.autoDeployCharts option and the rke2 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
<nixpkgs/nixos/modules/services/cluster/rancher/default.nix>