mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
syncthing - allow 0 for puid/pgid (#2202)
This commit is contained in:
@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
|
||||
annotations:
|
||||
title: Syncthing
|
||||
type: application
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.27.3
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -63,7 +63,7 @@ questions:
|
||||
description: The user id that Syncthing files will be owned by.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 0
|
||||
default: 568
|
||||
required: true
|
||||
- variable: group
|
||||
@@ -71,7 +71,7 @@ questions:
|
||||
description: The group id that Syncthing files will be owned by.
|
||||
schema:
|
||||
type: int
|
||||
min: 568
|
||||
min: 0
|
||||
default: 568
|
||||
required: true
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ workload:
|
||||
primary: true
|
||||
type: Deployment
|
||||
podSpec:
|
||||
securityContenxt:
|
||||
securityContext:
|
||||
fsGroup: {{ .Values.syncthingID.group }}
|
||||
hostNetwork: {{ .Values.syncthingNetwork.hostNetwork }}
|
||||
containers:
|
||||
|
||||
Reference in New Issue
Block a user