Format repo
This commit is contained in:
parent
3169149045
commit
8160b9da0b
37 changed files with 643 additions and 392 deletions
|
@ -1,4 +1,9 @@
|
|||
{ lib, globals, config, ... }: {
|
||||
{
|
||||
lib,
|
||||
globals,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options.kitchenowl.enable = lib.mkEnableOption "kitchenowl";
|
||||
|
||||
config = lib.mkIf config.kitchenowl.enable {
|
||||
|
@ -33,10 +38,12 @@
|
|||
key = "jwtSecretKey";
|
||||
};
|
||||
|
||||
volumeMounts = [{
|
||||
name = "data";
|
||||
mountPath = "/data";
|
||||
}];
|
||||
volumeMounts = [
|
||||
{
|
||||
name = "data";
|
||||
mountPath = "/data";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
securityContext = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue