Skip to content

Commit

Permalink
tailscale - fix typo in migration (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jul 30, 2024
1 parent 78f66eb commit 8f6b786
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/tailscale/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ sources:
- https://hub.docker.com/r/tailscale/tailscale
title: Tailscale
train: community
version: 1.0.2
version: 1.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def migrate(values):
"advertise_routes": config["tailscaleConfig"].get("advertiseRoutes", []),
},
"network": {
"host_network": config["tailscaleNetwork"]["hostNetwork", False],
"host_network": config["tailscaleNetwork"]["hostNetwork"],
},
"resources": migrate_resources(config["resources"]),
}
Expand Down

0 comments on commit 8f6b786

Please sign in to comment.