From e05f951e8b8e454f014b44b5e140373350db929b Mon Sep 17 00:00:00 2001 From: okozachenko Date: Fri, 28 Aug 2020 20:35:20 +0300 Subject: [PATCH] Add hostaliases on operator deployment Change-Id: I7061125db606f79f7f306d68ca3db8bc988279b8 --- chart/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 05cc7344..3c07c364 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -66,3 +66,7 @@ spec: nodeSelector: {{ toYaml . | indent 8 }} {{- end }} +{{- with .Values.hostAliases }} + hostAliases: +{{ toYaml . | indent 8 }} +{{- end }}