Skip to content

Commit

Permalink
Fix volume mount
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed May 3, 2024
1 parent 8455238 commit 9749a3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.32663-pre-03
version: 1.0.32663-pre-04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ data:
- type: email
{{ end }}
{{ if .Values.airdcpppia.enabled }}
{{ if .Values.airdcpppia.enabled or .Values.airdcppgluetun.enabled }}
- name: airdcpp
group: manage-media
url: "http://airdcpp:5600/login"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ data:
mkdir -p /storage/symlinks/real-debrid-blackhole/shows
# Copy to the RD blackhole, preserving the directory structure
ln -sf $modified_arg/* "/storage/symlinks/real-debrid-blackhole/$(echo $arg | cut -f1 -d/)/"
cp -rs "$modified_arg/"* "/storage/symlinks/real-debrid-blackhole/$(echo $arg | cut -f1 -d/)/"
##### END Added by ElfHosted for auto DMM symlinking ###
encoded_arg=$(echo -n "$modified_arg" | python3 -c "import sys, urllib.parse as ul; print (ul.quote_plus(sys.stdin.read()))")
Expand Down
2 changes: 2 additions & 0 deletions charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9599,6 +9599,8 @@ airdcpppia: &app_airdcpp
volumeMounts:
- mountPath: /config
name: config
- mountPath: /storage/elfstorage
name: elfstorage
addons:
vpn:
enabled: true # in case we ever need it
Expand Down

0 comments on commit 9749a3c

Please sign in to comment.