Insert hostAliases in horizon deployment from CR spec

Change-Id: Ia9869bf1ef121733e699c1a5ac060b8cd2001be0
This commit is contained in:
okozachenko 2020-05-12 20:13:43 +03:00
parent d6301721b6
commit 72080c9ec6

View File

@ -81,3 +81,7 @@ spec:
tolerations:
{{ spec.tolerations | to_yaml | indent(8) }}
{% endif %}
{% if 'hostAliases' in spec %}
hostAliases:
{{ spec.hostAliases | to_yaml | indent(8) }}
{% endif %}