Just don't add whitespace. You don't remove waht you don't add
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
671f033999
commit
1a0920ceee
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: {{ app }}
|
app: {{ app }}
|
||||||
spec:
|
spec:
|
||||||
{% if host is defined %}
|
{% if host is defined %}
|
||||||
host: {{ host }}
|
host: {{ host }}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
port:
|
port:
|
||||||
targetPort: {{ serviceport }}
|
targetPort: {{ serviceport }}
|
||||||
to:
|
to:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue