mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
chore(kubernetes): remove unnecessary brackets
This commit is contained in:
parent
00d76d50e3
commit
10acd7a5db
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ let
|
|||
head (filter (v: v != -1) (imap0 (i: v: if v == value then i else -1) lst));
|
||||
|
||||
customResourceOptions = map (cr: {config, ...}: let
|
||||
module = {name, ...}: {
|
||||
module = { name, ... }: {
|
||||
imports = getDefaults cr.resource cr.group cr.version cr.kind;
|
||||
options = {
|
||||
apiVersion = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue