rename helm instances to releases

This commit is contained in:
Bryton Hall 2022-08-15 09:46:23 -04:00
parent 5c5191680e
commit 89e1e70bf0
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
(evalModules {
module = {kubenix, ...}: {
imports = with kubenix.modules; [helm];
kubernetes.helm.instances.example = {
kubernetes.helm.releases.example = {
chart = kubenix.lib.helm.fetch {
chart = "nginx";
repo = "https://charts.bitnami.com/bitnami";