Skip to content

Commit 357209f

Browse files
committed
GCP: Adding back the gcp-routes.service for all GCP installs
1 parent 9ece709 commit 357209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/master/00-master/gcp/units/openshift-gcp-routes.service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: openshift-gcp-routes.service
2-
enabled: {{if and (eq .Infra.Status.PlatformStatus.Type "GCP") (.Infra.Status.PlatformStatus.GCP) (.Infra.Status.PlatformStatus.GCP.CloudLoadBalancerConfig) (eq .Infra.Status.PlatformStatus.GCP.CloudLoadBalancerConfig.DNSType "ClusterHosted") }}false{{else}}true{{end}}
2+
enabled: true
33
contents: |
44
[Unit]
55
Description=Update GCP routes for forwarded IPs.

0 commit comments

Comments
 (0)