Skip to content

Commit

Permalink
Merge pull request #2855 from manics/deploy-diff-networkbans
Browse files Browse the repository at this point in the history
deploy.py update_networkbans: diff not supported
  • Loading branch information
manics authored Dec 7, 2023
2 parents a28afa7 + 1701ae7 commit 857ad87
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 857ad87

Please sign in to comment.