|
@@ -17,6 +17,7 @@ spec:
|
|
|
hostNetwork: true
|
|
hostNetwork: true
|
|
|
containers:
|
|
containers:
|
|
|
- name: {{ .Chart.Name }}
|
|
- name: {{ .Chart.Name }}
|
|
|
|
|
+ tty: true
|
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
|
|
{{ include "common.containers.imageConfig" .Values.image | nindent 10 }}
|
|
|
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
|
|
volumeMounts: {{ include "common.storage.configureAppVolumeMountsInContainer" .Values | nindent 12 }}
|
|
|
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
|
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|