Skip to content

Commit

Permalink
reminder about deployment manager
Browse files Browse the repository at this point in the history
  • Loading branch information
rulex123 committed May 11, 2021
1 parent 11cbd16 commit fde0b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemur-plugin-slack/plugin_slack2/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _generate_rotation_notification_attachments(endpoint, extra_message=None):
new_cert_start_validity = new_cert.not_before.format("YYYY-MM-DD")
new_cert_end_validity = new_cert.not_after.format("YYYY-MM-DD")

message = f"Rotating certificate on LB `{load_balancer}` in GCP project `{gcp_project}`"
message = f"Rotating certificate on LB `{load_balancer}` in GCP project `{gcp_project}`.\n@atc-squad, remember to update the list of certs in the deployment manager code!"
if extra_message:
message += f": {extra_message}"

Expand Down

0 comments on commit fde0b75

Please sign in to comment.