From 4bec3f709807b577489aea721675116829e4cc2c Mon Sep 17 00:00:00 2001 From: Lila Date: Wed, 29 Mar 2023 15:14:25 -0400 Subject: [PATCH] Removed extra space. --- roles/installer/templates/networking/service.yaml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/installer/templates/networking/service.yaml.j2 b/roles/installer/templates/networking/service.yaml.j2 index ab09bca9..d178a029 100644 --- a/roles/installer/templates/networking/service.yaml.j2 +++ b/roles/installer/templates/networking/service.yaml.j2 @@ -13,7 +13,6 @@ metadata: {% endif %} spec: ports: - {% if service_type | lower == "nodeport" %} - port: 80 protocol: TCP