From f7e711967af5ed1ff18ea2f6a08eb71843c4c283 Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Fri, 11 Aug 2023 12:38:41 -0400 Subject: [PATCH] fix: restore argocd notification ssm lookups (https://github.com/cloudposse/terraform-aws-components/pull/764) Co-authored-by: Dan Miller --- src/templates/applicationset.yaml.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/applicationset.yaml.tpl b/src/templates/applicationset.yaml.tpl index d4727ac..292c164 100644 --- a/src/templates/applicationset.yaml.tpl +++ b/src/templates/applicationset.yaml.tpl @@ -61,10 +61,9 @@ spec: template: metadata: annotations: - deployment_id: '{{deployment_id}}' app_repository: '{{app_repository}}' app_commit: '{{app_commit}}' - app_hostname: 'https://{{app_hostname}}' + app_hostname: '{{app_hostname}}' notifications.argoproj.io/subscribe.on-deployed.github: "" notifications.argoproj.io/subscribe.on-deployed.github-commit-status: "" name: '{{name}}'