fix(emulatorjs): add config persistence (#3095)
* fix(emulatorjs): add config persistence * bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: emulatorjs
|
name: emulatorjs
|
||||||
version: 2.0.11
|
version: 2.0.12
|
||||||
appVersion: "1.7.2"
|
appVersion: "1.7.2"
|
||||||
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -293,6 +293,15 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: config
|
||||||
|
label: "App Config Storage"
|
||||||
|
description: "Stores the Application Configuration."
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Include{persistenceBasic}
|
||||||
|
# Include{persistenceAdvanced}
|
||||||
- variable: data
|
- variable: data
|
||||||
label: "App Data Storage"
|
label: "App Data Storage"
|
||||||
description: "Stores the Application Data."
|
description: "Stores the Application Data."
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ ingress:
|
|||||||
autoLink: true
|
autoLink: true
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/config"
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/data"
|
mountPath: "/data"
|
||||||
|
|||||||
Reference in New Issue
Block a user