Add hostAliases in keystone&heat deployment from CR spec
Change-Id: I1ef7d0c745066cd41b05e0e872b011cdfdb9ff2b
This commit is contained in:
@@ -85,3 +85,7 @@ spec:
|
||||
tolerations:
|
||||
{{ spec.tolerations | to_yaml | indent(8) }}
|
||||
{% endif %}
|
||||
{% if 'hostAliases' in spec %}
|
||||
hostAliases:
|
||||
{{ spec.hostAliases | to_yaml | indent(8) }}
|
||||
{% endif %}
|
||||
|
||||
@@ -77,3 +77,7 @@ spec:
|
||||
tolerations:
|
||||
{{ spec.tolerations | to_yaml | indent(8) }}
|
||||
{% endif %}
|
||||
{% if 'hostAliases' in spec %}
|
||||
hostAliases:
|
||||
{{ spec.hostAliases | to_yaml | indent(8) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user