Added serverInfo and directoryAddress vars
This commit is contained in:
@@ -31,6 +31,10 @@ spec:
|
||||
- "-T"
|
||||
- "-l"
|
||||
- "{{ .Values.containerLog }}"
|
||||
- "-e"
|
||||
- "{{ .Values.directoryAddress }}"
|
||||
- "-o"
|
||||
- "{{ .Values.serverInfo }}"
|
||||
volumeMounts:
|
||||
- mountPath: {{ .Values.containerMountPath }}
|
||||
name: {{ .Values.containerMountName }}
|
||||
@@ -41,4 +45,4 @@ spec:
|
||||
- name: {{ .Values.containerMountName }}
|
||||
hostPath:
|
||||
path: {{ .Values.localMountPath }}
|
||||
type: Directory
|
||||
type: Directory
|
||||
|
||||
Reference in New Issue
Block a user