Skip to content

Commit a647f52

Browse files
authored
fix: quote the repl so preflight can run standalone (#5018)
1 parent 5edc51c commit a647f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/preflight/assets/host-preflights.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- tcpLoadBalancer:
3333
collectorName: "Kubernetes API Server Load Balancer"
3434
port: 6443
35-
address: {{kurl .Installer.Spec.Kubernetes.LoadBalancerAddress }}
35+
address: '{{kurl .Installer.Spec.Kubernetes.LoadBalancerAddress }}'
3636
timeout: 3m
3737
# ha and is first master (primary and not join) and not is upgrade
3838
exclude: '{{kurl and .Installer.Spec.Kubernetes.Version .Installer.Spec.Kubernetes.LoadBalancerAddress .IsPrimary (not .IsJoin) (not .IsUpgrade) | not }}'

0 commit comments

Comments
 (0)