test(deployment): hostNetwork, hostname, subdomain

This commit is contained in:
2024-11-26 19:41:40 +01:00
parent 70abc21fb4
commit ed10c5362a
2 changed files with 24 additions and 1 deletions

View File

@ -81,7 +81,7 @@ spec:
dnsPolicy: {{ .Values.deployment.dnsPolicy }}
{{- end }}
{{- if .Values.deployment.hostname }}
hostname: {{ .Values.batch.dbUpdate.hostname }}
hostname: {{ .Values.deployment.hostname }}
{{- end }}
hostNetwork: {{ .Values.deployment.hostNetwork }}
{{- with .Values.deployment.imagePullSecrets }}