Skip to content

Commit

Permalink
Fixed pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Nov 20, 2024
1 parent 6e2644c commit c88158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct OperatorConfig {
)]
pub default_lb_proxy_mode_enabled: bool,

/// Whether to enable IPv6 ingress for the load balancer.
/// Whether to enable IPv6 ingress for the load balancer.
/// If enabled, the load balancer's IPv6 will be attached to the service as an external IP along with IPv4.
#[arg(long, env = "ROBOTLB_IPV6_INGRESS", default_value = "false")]
pub ipv6_ingress: bool,
Expand Down

0 comments on commit c88158d

Please sign in to comment.