From 1701ae71514fc72ed53871a08a5ffe89fd8a7474 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 7 Dec 2023 21:17:47 +0000 Subject: [PATCH] deploy.py update_networkbans: diff not supported --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 9112cf00c..889e68877 100755 --- a/deploy.py +++ b/deploy.py @@ -524,7 +524,7 @@ def main(): raise Exception("Cloud cluster not recognised!") if args.stage in ("all", "networkban"): - update_networkbans(cluster, args.dry_run, args.diff) + update_networkbans(cluster, args.dry_run) if args.stage in ("all", "system"): deploy_system_charts(args.release, args.name, args.dry_run, args.diff) if args.stage in ("all", "certmanager"):