add missing volsync volume
This commit is contained in:
parent
ff70dcb76a
commit
eabf64f582
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./gatus.yaml
|
- ./gatus.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
- ../../../../templates/volsync
|
||||||
|
|
|
@ -23,3 +23,4 @@ spec:
|
||||||
postBuild:
|
postBuild:
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
|
VOLSYNC_CAPACITY: 20Gi
|
||||||
|
|
Loading…
Reference in a new issue