mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
rename helm instances to releases
This commit is contained in:
parent
5c5191680e
commit
89e1e70bf0
3 changed files with 8 additions and 8 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue