apparently it needs mounts now
This commit is contained in:
parent
d71e465cd2
commit
d82e54ec8b
2 changed files with 10 additions and 0 deletions
|
@ -86,3 +86,12 @@ spec:
|
|||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
persistence:
|
||||
config:
|
||||
existingClaim: autobrr
|
||||
log:
|
||||
type: emptyDir
|
||||
globalMounts:
|
||||
- path: /config/log
|
||||
tmp:
|
||||
type: emptyDir
|
||||
|
|
|
@ -5,5 +5,6 @@ kind: Kustomization
|
|||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../../shared/templates/volsync
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
|
Reference in a new issue