This commit is contained in:
WilliamMiceli
2018-03-29 15:18:11 -04:00
parent ae5fb56ac3
commit f297a2affd
2 changed files with 15 additions and 18 deletions

View File

@@ -32,11 +32,11 @@ catalog:
default: "InvoiceNinja-Storage"
required: true
type: string
- variable: "VOLUME_DATA"
- variable: "VOLUME_DB"
label: "Persistent Data Volume"
description: |
The volume name that should be used for persistent storage
default: "InvoiceNinja-Data"
default: "InvoiceNinja-DB"
required: true
type: string
- variable: "VOLUME_WEB"