You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Replace consul lease with static lease for PR preview isolation
62
+
# This makes each PR preview a standalone instance
63
+
sed -i '/^lease:/,/^$/c\
64
+
lease:\
65
+
type: '\''static'\''
66
+
' other/litefs.yml
68
67
69
68
# Add a comment explaining the isolation
70
-
sed -i '/^exit-on-error:/a\\n# PR Preview: No lease configuration - standalone instance\n# This prevents syncing with production data' other/litefs.yml
69
+
sed -i '/^lease:/i\\n# PR Preview: Using static lease type for standalone instance\n# This prevents syncing with production data' other/litefs.yml
0 commit comments