Skip to content

Commit

Permalink
fix: workaround for hall#52
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Sep 26, 2024
1 parent d6ddf1b commit a8f89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/generated/v1.30.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11351,7 +11351,7 @@ let
};
"ports" = mkOption {
description = "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies";
type = (types.nullOr (coerceAttrsOfSubmodulesToListByKey "io.k8s.api.core.v1.ServicePort" "name" [ "port" "protocol" ]));
type = (types.nullOr (coerceAttrsOfSubmodulesToListByKey "io.k8s.api.core.v1.ServicePort" "name" [ "port" ]));
apply = attrsToList;
};
"publishNotReadyAddresses" = mkOption {
Expand Down

0 comments on commit a8f89b7

Please sign in to comment.