Skip to content

Commit

Permalink
immutability is annoying at times
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Sep 23, 2023
1 parent 55bbddd commit 5b21d3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion download/radarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
config:
enabled: true
retain: true
# size: 10Gi
size: 10Gi
storageClass: local-hostpath
data:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion download/sonarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
config:
enabled: true
retain: true
# size: 10Gi
size: 10Gi
storageClass: local-hostpath
data:
enabled: true
Expand Down
5 changes: 4 additions & 1 deletion storage/democratic-csi/local-hostpath/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ spec:
image: democraticcsi/democratic-csi:v1.8.3
extraVolumeMounts:
- name: local-hostpath
mountPath: &path /var/lib/csi-local-hostpath
# TODO karios partitioning doesnt give my csi storage dir much room
# This will have to be the path when moving to talos
# mountPath: &path /var/lib/csi-local-hostpath
mountPath: &path /var/lib/rancher/k3s/storage/csi-local-hostpath
mountPropagation: Bidirectional
driverRegistrar:
enabled: true
Expand Down

0 comments on commit 5b21d3d

Please sign in to comment.