Add hostaliases on operator deployment

Change-Id: I7061125db606f79f7f306d68ca3db8bc988279b8
This commit is contained in:
okozachenko 2020-08-28 20:35:20 +03:00
parent b53f85f67c
commit e05f951e8b

View File

@ -66,3 +66,7 @@ spec:
nodeSelector:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.hostAliases }}
hostAliases:
{{ toYaml . | indent 8 }}
{{- end }}