mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/tensorflow-resnet] Add hostAliases (#5311)
This commit is contained in:
committed by
GitHub
parent
b2c322aab6
commit
7aaf2815a6
@@ -21,6 +21,9 @@ spec:
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- include "tensorflow-resnet.imagePullSecrets" . | nindent 6 }}
|
||||
{{- if .Values.hostAliases }}
|
||||
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.hostAliases "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.affinity }}
|
||||
affinity: {{- include "common.tplvalues.render" ( dict "value" .Values.affinity "context" $) | nindent 8 }}
|
||||
{{- else }}
|
||||
|
||||
Reference in New Issue
Block a user