chore(kubernetes): remove unnecessary brackets

This commit is contained in:
Jaka Hudoklin 2019-03-13 18:02:52 +01:00
parent 00d76d50e3
commit 10acd7a5db
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -115,7 +115,7 @@ let
head (filter (v: v != -1) (imap0 (i: v: if v == value then i else -1) lst)); head (filter (v: v != -1) (imap0 (i: v: if v == value then i else -1) lst));
customResourceOptions = map (cr: {config, ...}: let customResourceOptions = map (cr: {config, ...}: let
module = {name, ...}: { module = { name, ... }: {
imports = getDefaults cr.resource cr.group cr.version cr.kind; imports = getDefaults cr.resource cr.group cr.version cr.kind;
options = { options = {
apiVersion = mkOption { apiVersion = mkOption {