mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 01:50:05 +01:00
chore: add basic template and lib
This commit is contained in:
parent
c39e29b568
commit
6d7653ff0c
8 changed files with 593 additions and 0 deletions
8
template/default.nix
Normal file
8
template/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{values, ...}: {
|
||||
imports = [
|
||||
# import other files here
|
||||
];
|
||||
kubernetes.resources = {
|
||||
# define Kubernetes resources here
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue