fix typo
This commit is contained in:
parent
bfe46ddb0c
commit
c541ea67b3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<service>
|
<service>
|
||||||
{% if kubernetes_master is true %}
|
{% if kubernetes_master == true %}
|
||||||
<short>Kubernetes master</short>
|
<short>Kubernetes master</short>
|
||||||
<description>Open Kubernetes master ports.</description>
|
<description>Open Kubernetes master ports.</description>
|
||||||
<port protocol="tcp" port="6443"/>
|
<port protocol="tcp" port="6443"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue