Compare commits

..

No commits in common. "fd5da0635c050d45cd60fda5a3b648c7e8ede2d4" and "277cb3b475c3dc3a6595a7cfd605ed45fdf94a49" have entirely different histories.

4 changed files with 5 additions and 36 deletions

View File

@ -33,12 +33,4 @@
browseable = {{ .browseable | default "yes" }}
writable = {{ .writable | default "yes" }}
{{- end }}
{{ if .Values.persistence.combineShares }}{{ range .Values.persistence.sharesToCombine }}
[{{ .destName }}]
path = /combined/{{ .destName }}
comment = Magic combined share
browseable = yes
writable = yes
{{- end }}{{ end }}
;EOF way past actual end of file
;EOF way past actual end of file

View File

@ -40,28 +40,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
{{- if .Values.persistence.combineShares }}
- name: overlaymagic
image: busybox
command:
- /bin/sh
- -c
- --
args:
{{- range .Values.persistence.sharesToCombine }}
- mkdir -p /combined/{{ .destName }};
mkdir -p /data/overlay-{{ .destName }};
mount -t overlay -o lowerdir={{ join ":" .shares }},upperdir=/data/overlay-{{ .destName }}-upper,workdir=/data/overlay/{{ .destName }}-work overlay /combined/{{ .destName }};
sleep infinity;
{{- end }}
lifecycle:
preStop:
exec:
command:
- /bin/sh
- -c
- {{ range .Values.persistence.sharesToCombine }}umount /combined/{{ .destName }}; {{- end }}
{{- end }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command:
@ -195,4 +173,4 @@ spec:
persistentVolumeClaim:
claimName: {{ $fullName }}-{{ .name }}
{{- end }}
{{ end -}}
{{ end -}}

View File

@ -38,10 +38,6 @@ persistence:
other:
emptyDir: {}
extraPVCShares: []
combineShares: false
sharesToCombine:
- destName: ""
shares: []
privatePersistence:
enabled: false

View File

@ -29,6 +29,9 @@ spec:
- name: usenet
size: 100Gi
storageClass: longhorn-fast
- name: flacs
size: 1Ti
storageClass: longhorn-fast
path: apps-helm/samba4
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
targetRevision: HEAD