Skip to content

Commit

Permalink
fix: quote the repl so preflight can run standalone (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-credoai authored Dec 29, 2023
1 parent 5edc51c commit a647f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/preflight/assets/host-preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- tcpLoadBalancer:
collectorName: "Kubernetes API Server Load Balancer"
port: 6443
address: {{kurl .Installer.Spec.Kubernetes.LoadBalancerAddress }}
address: '{{kurl .Installer.Spec.Kubernetes.LoadBalancerAddress }}'
timeout: 3m
# ha and is first master (primary and not join) and not is upgrade
exclude: '{{kurl and .Installer.Spec.Kubernetes.Version .Installer.Spec.Kubernetes.LoadBalancerAddress .IsPrimary (not .IsJoin) (not .IsUpgrade) | not }}'
Expand Down

0 comments on commit a647f52

Please sign in to comment.