From 9bdbf4bacb4b6513ded967fda737e038b9150abf Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:25:41 -0400 Subject: [PATCH] Fix lint error (#1352) Check warning on line 44 in roles/installer/defaults/main.yml 44:2 [comments] missing starting space in comment --- roles/installer/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index e97647c5..52713f6b 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -41,7 +41,7 @@ loadbalancer_port: '80' service_annotations: '' # Port to be used for NodePort configuration, default is to auto-assign a port between 30000-32768 -#nodeport_port: '30080' +# nodeport_port: '30080' # The TLS termination mechanism to use to access # the services. Supported mechanism are: edge, passthrough