Skip to content

Commit

Permalink
fix: evaluate CRDs with default options
Browse files Browse the repository at this point in the history
  • Loading branch information
schradert committed Jul 1, 2024
1 parent e24be79 commit cde6503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/kubenix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ with nix; {
specialArgs = {inherit nix;};
module = {kubenix, ...}: {
imports = with kubenix.modules; [k8s helm] ++ attrValues cluster.modules;
options.kubernetes.api = mkOption {
type = submodule {freeformType = attrsOf anything;};
};
};
};
in
Expand Down

0 comments on commit cde6503

Please sign in to comment.