|
@ -117,11 +117,11 @@ spec: |
|
|
- name: {{ $key }} |
|
|
- name: {{ $key }} |
|
|
valueFrom: {{ toYaml $value | nindent 16 }} |
|
|
valueFrom: {{ toYaml $value | nindent 16 }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
command: |
|
|
command: |
|
|
- "/bin/sh" |
|
|
- "/bin/sh" |
|
|
- "-ec" |
|
|
- "-ec" |
|
|
- | |
|
|
- | |
|
|
exec /usr/bin/weed \ |
|
|
exec /usr/bin/weed \ |
|
|
{{- if eq .Values.filer.logs.type "hostPath" }} |
|
|
{{- if eq .Values.filer.logs.type "hostPath" }} |
|
|
-logdir=/logs \ |
|
|
-logdir=/logs \ |
|
|
xxxxxxxxxx