Alter final message text

This commit is contained in:
Joshua Boniface 2022-07-07 21:02:49 +00:00
parent 75de65fe71
commit 00dd050151
1 changed files with 1 additions and 1 deletions

View File

@ -157,4 +157,4 @@ def host_checkin(config, data):
# Hosts will now power down ready for real activation in production
sleep(30)
cluster = db.update_cluster_state(config, cspec_cluster, "completed")
notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: Deployment completed")
notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: PVC bootstrap deployment completed")