Skip to content

Commit

Permalink
fix: restore argocd notification ssm lookups (cloudposse/terraform-aw…
Browse files Browse the repository at this point in the history
…s-components#764)

Co-authored-by: Dan Miller <[email protected]>
  • Loading branch information
dudymas and milldr authored Aug 11, 2023
1 parent b52dc98 commit f7e7119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/templates/applicationset.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
Expand Down

0 comments on commit f7e7119

Please sign in to comment.