mirror of
https://github.com/truenas/charts.git
synced 2026-06-28 00:06:45 +08:00
Publish new changes in catalog
This commit is contained in:
8
community/cloudflared/1.1.6/ci/basic-values.yaml
Normal file
8
community/cloudflared/1.1.6/ci/basic-values.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
cloudflaredRunAs:
|
||||
user: 1000
|
||||
group: 1000
|
||||
|
||||
cloudflaredConfig:
|
||||
tunnelToken: supersecrettoken
|
||||
|
||||
ci: true
|
||||
13
community/cloudflared/1.1.6/ci/hostNet-values.yaml
Normal file
13
community/cloudflared/1.1.6/ci/hostNet-values.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
cloudflaredNetwork:
|
||||
hostNetwork: true
|
||||
|
||||
cloudflaredStorage:
|
||||
additionalStorages:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
||||
mountPath: /data1
|
||||
|
||||
cloudflaredConfig:
|
||||
tunnelToken: supersecrettoken
|
||||
|
||||
ci: true
|
||||
Reference in New Issue
Block a user