mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
NAS-122406 / 23.10 / Prepopulate a list item in syncthing (#1254)
* Prepopulate a list item in syncthing * indent
This commit is contained in:
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
|
||||
annotations:
|
||||
title: Syncthing
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: '1.23.3'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -2,7 +2,7 @@ icon_url: https://syncthing.net/img/logo-horizontal.svg
|
||||
categories:
|
||||
- storage
|
||||
screenshots:
|
||||
- https://syncthing.net/img/screenshot.png
|
||||
- https://syncthing.net/img/screenshot.png
|
||||
tags:
|
||||
- sync
|
||||
- file-sharing
|
||||
|
||||
@@ -162,7 +162,10 @@ questions:
|
||||
type: list
|
||||
required: true
|
||||
empty: false
|
||||
default: []
|
||||
default:
|
||||
- type: "hostPath"
|
||||
mountPath: "/data1"
|
||||
hostPath": ""
|
||||
items:
|
||||
- variable: storageEntry
|
||||
label: Storage Entry
|
||||
|
||||
Reference in New Issue
Block a user