Fix lint error (#1352)

Check warning on line 44 in roles/installer/defaults/main.yml
44:2 [comments] missing starting space in comment
This commit is contained in:
Hao Liu
2023-04-12 14:25:41 -04:00
committed by GitHub
parent d4015546db
commit 9bdbf4bacb

View File

@@ -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