mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 08:30:05 +01:00
flake: format
This commit is contained in:
parent
eb3ec20f46
commit
baa1a6c949
16 changed files with 86 additions and 72 deletions
|
|
@ -54,9 +54,9 @@
|
|||
|
||||
kubernetes = lib.mkMerge [
|
||||
# Use instance name as namespace
|
||||
{ namespace = name; }
|
||||
{namespace = name;}
|
||||
# Create namespace object
|
||||
{ resources.namespaces.${name} = {}; }
|
||||
{resources.namespaces.${name} = {};}
|
||||
# All resources defined here will use the above namespace
|
||||
args.kubernetes
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue