fix: increase tailscale-operator HelmRelease timeout to 15m
This commit is contained in:
parent
2b6225c4e8
commit
bf4a2b260f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: tailscale
|
||||
spec:
|
||||
interval: 1h
|
||||
timeout: 10m
|
||||
timeout: 15m
|
||||
chart:
|
||||
spec:
|
||||
chart: tailscale-operator
|
||||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
# Auth key from secret - PLACEHOLDER, replace with real key
|
||||
# Create secret: kubectl create secret generic tailscale-operator-authkey \
|
||||
# -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:
|
||||
name: tailscale-operator-authkey
|
||||
key: authkey
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue