mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(modules): use customResourceDefinitions from global module
This commit is contained in:
parent
722e001790
commit
9b3bd3b252
4 changed files with 26 additions and 3 deletions
|
|
@ -39,6 +39,11 @@ with lib;
|
|||
metadata.name = mkForce "${name}-nginx";
|
||||
}
|
||||
];
|
||||
|
||||
kubernetes.customResources.cron.my-awesome-cron-object = mkMerge [
|
||||
(k8s.loadJSON ./cr.json)
|
||||
{metadata.name = name;}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue