Fix storage issues (#102)
* setting enabled to true is a requirement * setting empty-dir to false on all might be wise * increase minor version numbers * remove redundant empty dir setting * Comment out appVolumeMounts from default values.yaml file * use empty dirs for all test_values (and nothing more) * Small typo fixes
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.9.0.5
|
appVersion: v0.9.0.5
|
||||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
name: bazarr
|
name: bazarr
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
upstream_version: 5.2.1
|
upstream_version: 5.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- bazarr
|
- bazarr
|
||||||
@@ -150,6 +150,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -184,6 +199,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -41,15 +41,18 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: true
|
|
||||||
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
media:
|
media:
|
||||||
enabled: true
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/media"
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/downloads"
|
||||||
|
|
||||||
|
|
||||||
@@ -41,7 +41,15 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
emptyDirVolumes: true
|
|
||||||
|
|
||||||
|
|
||||||
|
#appVolumeMounts:
|
||||||
|
# config:
|
||||||
|
# enabled: true
|
||||||
|
# emptyDir: false
|
||||||
|
# media:
|
||||||
|
# enabled: true
|
||||||
|
# emptyDir: false
|
||||||
|
# downloads:
|
||||||
|
# enabled: true
|
||||||
|
# emptyDir: false
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.6.9
|
appVersion: 0.6.9
|
||||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
version: 0.0.1
|
version: 0.1.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
@@ -149,6 +149,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -183,6 +198,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
+7
-5
@@ -42,12 +42,14 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
media:
|
media:
|
||||||
enabled: false
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/media"
|
||||||
|
|
||||||
@@ -42,12 +42,12 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
#appVolumeMounts:
|
||||||
config:
|
# config:
|
||||||
enabled: false
|
# enabled: false
|
||||||
emptyDir: false
|
# emptyDir: false
|
||||||
media:
|
# media:
|
||||||
enabled: false
|
# enabled: false
|
||||||
emptyDir: false
|
# emptyDir: false
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.15.3
|
appVersion: 1.15.3
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
|
|
||||||
name: esphome
|
name: esphome
|
||||||
@@ -158,6 +158,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Name"
|
label: "Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -41,7 +41,11 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: false
|
appVolumeMounts:
|
||||||
emptyDirVolumes: true
|
config:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -42,15 +42,15 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: true
|
|
||||||
emptyDirVolumes: false
|
|
||||||
|
|
||||||
appVolumeMounts:
|
|
||||||
config:
|
|
||||||
enabled: true
|
#appVolumeMounts:
|
||||||
emptyDir: false
|
# config:
|
||||||
datasetName: "config"
|
# enabled: true
|
||||||
mountPath: "/config"
|
# emptyDir: false
|
||||||
hostPathEnabled: false
|
# datasetName: "config"
|
||||||
|
# mountPath: "/config"
|
||||||
|
# hostPathEnabled: false
|
||||||
|
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.17.0
|
appVersion: 1.17.0
|
||||||
description: FreshRSS is a self-hosted RSS feed aggregator
|
description: FreshRSS is a self-hosted RSS feed aggregator
|
||||||
name: freshrss
|
name: freshrss
|
||||||
version: 0.0.1
|
version: 0.1.0
|
||||||
upstream_version: 2.3.1
|
upstream_version: 2.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- freshrss
|
- freshrss
|
||||||
@@ -149,6 +149,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -24,9 +24,10 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
@@ -24,8 +24,8 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
#appVolumeMounts:
|
||||||
config:
|
# config:
|
||||||
enabled: false
|
# enabled: false
|
||||||
emptyDir: false
|
# emptyDir: false
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
|
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
|
||||||
name: gaps
|
name: gaps
|
||||||
version: 0.0.1
|
version: 0.1.0
|
||||||
upstream_version: 1.1.1
|
upstream_version: 1.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
@@ -149,6 +149,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -23,9 +23,10 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/data"
|
||||||
|
|
||||||
@@ -23,9 +23,6 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
|
||||||
data:
|
|
||||||
enabled: false
|
|
||||||
emptyDir: false
|
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.7.1
|
appVersion: v2.7.1
|
||||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
||||||
name: grocy
|
name: grocy
|
||||||
version: 0.0.1
|
version: 0.1.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- grocy
|
- grocy
|
||||||
@@ -149,6 +149,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -24,8 +24,9 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
config:
|
config:
|
||||||
enabled: false
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
@@ -24,8 +24,5 @@ persistence:
|
|||||||
|
|
||||||
appIngressEnabled: false
|
appIngressEnabled: false
|
||||||
|
|
||||||
appVolumesEnabled: false
|
|
||||||
appVolumeMounts:
|
|
||||||
config:
|
|
||||||
enabled: false
|
|
||||||
emptyDir: false
|
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.2.2
|
appVersion: 2.2.2
|
||||||
description: An Application dashboard and launcher
|
description: An Application dashboard and launcher
|
||||||
name: heimdall
|
name: heimdall
|
||||||
version: 0.3.0
|
version: 0.4.0
|
||||||
upstream_version: 4.1.1
|
upstream_version: 4.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- heimdall
|
- heimdall
|
||||||
@@ -150,6 +150,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -28,7 +28,11 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: false
|
appVolumeMounts:
|
||||||
emptyDirVolumes: true
|
config:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -28,9 +28,10 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: true
|
|
||||||
|
|
||||||
appVolumeMounts:
|
appVolumeMounts:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
emptyDir: false
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 2021.2.2
|
appVersion: 2021.2.2
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
upstream_version: 5.3.0
|
upstream_version: 5.3.0
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
@@ -27,7 +27,7 @@ dependencies:
|
|||||||
# condition: postgresql.enabled
|
# condition: postgresql.enabled
|
||||||
## mariadb is currently not ported to SCALE yet.
|
## mariadb is currently not ported to SCALE yet.
|
||||||
# - name: mariadb
|
# - name: mariadb
|
||||||
# version: 0.0.1
|
# version: 0.1.0
|
||||||
# repository: file://../../mariadb/0.0.1/
|
# repository: file://../../mariadb/0.0.1/
|
||||||
# condition: mariadb.enabled
|
# condition: mariadb.enabled
|
||||||
## InfluxDB is currently not ported to SCALE yet.
|
## InfluxDB is currently not ported to SCALE yet.
|
||||||
+15
@@ -112,6 +112,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Name"
|
label: "Name"
|
||||||
schema:
|
schema:
|
||||||
+6
-2
@@ -109,6 +109,10 @@ influxdb:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: false
|
appVolumeMounts:
|
||||||
emptyDirVolumes: true
|
config:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
|
|
||||||
@@ -109,16 +109,16 @@ influxdb:
|
|||||||
|
|
||||||
## TrueCharts Config
|
## TrueCharts Config
|
||||||
|
|
||||||
appVolumesEnabled: true
|
|
||||||
emptyDirVolumes: false
|
|
||||||
|
|
||||||
appVolumeMounts:
|
|
||||||
config:
|
|
||||||
enabled: true
|
#appVolumeMounts:
|
||||||
emptyDir: false
|
# config:
|
||||||
datasetName: "config"
|
# enabled: true
|
||||||
mountPath: "/config"
|
# emptyDir: false
|
||||||
hostPathEnabled: false
|
# datasetName: "config"
|
||||||
data:
|
# mountPath: "/config"
|
||||||
enabled: false
|
# hostPathEnabled: false
|
||||||
emptyDir: false
|
# data:
|
||||||
|
# enabled: false
|
||||||
|
# emptyDir: false
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: version-v0.17.153
|
appVersion: version-v0.17.153
|
||||||
description: API Support for your favorite torrent trackers.
|
description: API Support for your favorite torrent trackers.
|
||||||
name: jackett
|
name: jackett
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
keywords:
|
keywords:
|
||||||
- jackett
|
- jackett
|
||||||
- torrent
|
- torrent
|
||||||
@@ -150,6 +150,21 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "normalize/ixVolume"
|
- "normalize/ixVolume"
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: "Enabled"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
required: true
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
|
- variable: emptyDir
|
||||||
|
label: "emptyDir"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
editable: false
|
||||||
- variable: datasetName
|
- variable: datasetName
|
||||||
label: "Dataset Name"
|
label: "Dataset Name"
|
||||||
schema:
|
schema:
|
||||||
@@ -43,7 +43,11 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Values
|
## TrueCharts Values
|
||||||
|
|
||||||
appVolumesEnabled: false
|
appVolumeMounts:
|
||||||
emptyDirVolumes: true
|
config:
|
||||||
|
enabled: true
|
||||||
|
emptyDir: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -42,12 +42,12 @@ persistence:
|
|||||||
|
|
||||||
## TrueCharts Values
|
## TrueCharts Values
|
||||||
|
|
||||||
appVolumesEnabled: true
|
|
||||||
emptyDirVolumes: false
|
|
||||||
|
|
||||||
appVolumeMounts:
|
|
||||||
config:
|
|
||||||
enabled: true
|
#appVolumeMounts:
|
||||||
emptyDir: false
|
# config:
|
||||||
datasetName: "ix-jackett_config"
|
# enabled: true
|
||||||
|
# emptyDir: false
|
||||||
|
# datasetName: "ix-jackett_config"
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user