Skip to content

Commit

Permalink
Merge pull request Netflix#190 from atc/erica/ping-atcsquad
Browse files Browse the repository at this point in the history
reminder about deployment manager
  • Loading branch information
rulex123 authored and GitHub Enterprise committed May 11, 2021
2 parents 11cbd16 + fde0b75 commit 65814ee
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 65814ee

Please sign in to comment.