Add support for hostAliases
Change-Id: Ib50ca9b0f7eb5e3521c2163e2ed25502703c82e8
This commit is contained in:
parent
d28405f4b9
commit
7898efb5c1
@ -18,6 +18,10 @@ spec:
|
||||
{{- include "tempest-pushgateway.labels" . | indent 12 }}
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
{{- with .Values.hostAliases }}
|
||||
hostAliases:
|
||||
{{ toYaml . | indent 12 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: tempest-pushgateway
|
||||
image: {{ .Values.image }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user