Skip to content

Commit

Permalink
deploy.py update_networkbans: diff not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Dec 7, 2023
1 parent a28afa7 commit 1701ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 1701ae7

Please sign in to comment.