fix(tailscale): don't override varrun (#3532)
This commit is contained in:
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
|
||||
- https://hub.docker.com/r/tailscale/tailscale
|
||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -72,6 +72,8 @@ service:
|
||||
port: 41641
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
enabled: false
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/var/lib"
|
||||
|
||||
Reference in New Issue
Block a user