Add hostaliases on operator deployment
Change-Id: I7061125db606f79f7f306d68ca3db8bc988279b8
This commit is contained in:
@@ -66,3 +66,7 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.hostAliases }}
|
||||||
|
hostAliases:
|
||||||
|
{{ toYaml . | indent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user