Merge pull request #90 from sirius0xdev/fix/tailscale-timeout
Fix/tailscale timeout
This commit is contained in:
commit
69964e5cbc
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ metadata:
|
||||||
namespace: tailscale
|
namespace: tailscale
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
|
timeout: 15m
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: tailscale-operator
|
chart: tailscale-operator
|
||||||
|
|
@ -28,7 +29,7 @@ spec:
|
||||||
# Auth key from secret - PLACEHOLDER, replace with real key
|
# Auth key from secret - PLACEHOLDER, replace with real key
|
||||||
# Create secret: kubectl create secret generic tailscale-operator-authkey \
|
# Create secret: kubectl create secret generic tailscale-operator-authkey \
|
||||||
# -n tailscale --from-literal=authkey=tskey-abc123... \
|
# -n tailscale --from-literal=authkey=tskey-abc123... \
|
||||||
# --dry-run=client -o yaml | kubectl apply -f -
|
# --dry-run=client -o yaml | kubectl apply -n tailscale
|
||||||
operatorSecretRef:
|
operatorSecretRef:
|
||||||
name: tailscale-operator-authkey
|
name: tailscale-operator-authkey
|
||||||
key: authkey
|
key: authkey
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue