mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 15:25:24 +08:00
* add initial files * add some validation and fix image tag * add modules to the config * extend test and add capabilities * add extra test * rsync -> Rsync and add metadata file * add UI * hide questions when module is disablwed * rename test file and add validation to questions * remove dot * update wording * remove logToStdout toggle * update image
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
rsyncConfig:
|
|
auxParams:
|
|
- param: test-param
|
|
value: test-value
|
|
- param: test-param2
|
|
value: test-value2
|
|
rsyncModules:
|
|
- enabled: true
|
|
name: module_name1
|
|
comment: "Comment for module"
|
|
hostPath: /mnt/{{ .Release.Name }}/module1
|
|
accessMode: RW
|
|
maxConnections: 0
|
|
uid: 0
|
|
gid: 0
|
|
hostsAllow:
|
|
- 10.10.10.1
|
|
- 10.10.10.2
|
|
hostsDeny:
|
|
- 11.10.10.1
|
|
- 11.10.10.2
|
|
auxParams:
|
|
- param: mod-param1
|
|
value: mod-value1
|
|
- param: mod-param2
|
|
value: mod-value2
|
|
- enabled: true
|
|
name: module_name2
|
|
comment: "Comment for module2"
|
|
hostPath: /mnt/{{ .Release.Name }}/module2
|
|
accessMode: WO
|
|
maxConnections: 100
|
|
uid: 568
|
|
gid: 568
|
|
hostsAllow:
|
|
- 10.10.10.1
|
|
- 10.10.10.2
|
|
hostsDeny:
|
|
- 11.10.10.1
|
|
- 11.10.10.2
|
|
auxParams:
|
|
- param: mod-param1
|
|
value: mod-value1
|
|
- param: mod-param2
|
|
value: mod-value2
|
|
- enabled: true
|
|
name: module_name3
|
|
comment: "Comment for module3"
|
|
hostPath: /mnt/{{ .Release.Name }}/module3
|
|
accessMode: RW
|
|
maxConnections: 0
|
|
uid: 1000
|
|
gid: 1000
|
|
hostsAllow: []
|
|
hostsDeny: []
|
|
auxParams: []
|