correct pvc name
This commit is contained in:
parent
ba526c130b
commit
587565c0ed
2 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,7 @@ spec:
|
||||||
- *host
|
- *host
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
existingClaim: scrypted-config
|
existingClaim: scrypted
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
scrypted:
|
scrypted:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -27,5 +27,4 @@ spec:
|
||||||
APP: *appname
|
APP: *appname
|
||||||
APP_UID: "0"
|
APP_UID: "0"
|
||||||
APP_GID: "0"
|
APP_GID: "0"
|
||||||
VOLSYNC_CLAIM: scrypted-config
|
|
||||||
VOLSYNC_CAPACITY: 5Gi
|
VOLSYNC_CAPACITY: 5Gi
|
||||||
|
|
Loading…
Reference in a new issue