mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
pigallery2 - allow readOnly for media (#2162)
This commit is contained in:
@@ -3,7 +3,7 @@ description: PiGallery2 is a fast directory-first photo gallery website, with ri
|
||||
annotations:
|
||||
title: PiGallery2
|
||||
type: application
|
||||
version: 1.2.3
|
||||
version: 1.2.4
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -288,6 +288,12 @@ questions:
|
||||
description: Host Path (Path that already exists on the system)
|
||||
- value: "ixVolume"
|
||||
description: ixVolume (Dataset created automatically by the system)
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
description: Mount the volume as read only.
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: ixVolumeConfig
|
||||
label: ixVolume Configuration
|
||||
description: The configuration for the ixVolume dataset.
|
||||
|
||||
Reference in New Issue
Block a user