mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 10:00:12 +01:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{values, ...}: {
|
|
imports = [
|
|
# import other files here
|
|
];
|
|
kubernetes.resources = {
|
|
# define Kubernetes resources here
|
|
};
|
|
}
|