NewRelic
Parameters
Configuration
- Create a NewRelic Api Key
- Store apiKey in
argocd-notifications-secret Secret and configure NewRelic integration in argocd-notifications-cm ConfigMap
apiVersion: v1kind: ConfigMapmetadata: name: <config-map-name>data: service.newrelic: | apiURL: <api-url> apiKey: $newrelic-apiKey
apiVersion: v1kind: Secretmetadata: name: <secret-name>stringData: newrelic-apiKey: apiKey
- Copy Application ID
- Create subscription for your NewRelic integration
apiVersion: argoproj.io/v1alpha1kind: Applicationmetadata: annotations: notifications.argoproj.io/subscribe.<trigger-name>.newrelic: <app-id>
Templates
description - optional, high-level description of this deployment, visible in the Summary page and on the Deployments page when you select an individual deployment.- Defaults to
message changelog - optional, A summary of what changed in this deployment, visible in the Deployments page when you select (selected deployment) > Change log.- Defaults to
{{(call .repo.GetCommitMetadata .app.status.sync.revision).Message}} user - optional, A username to associate with the deployment, visible in the Summary and on the Deployments.- Defaults to
{{(call .repo.GetCommitMetadata .app.status.sync.revision).Author}}
context: | argocdUrl: https://example.com/argocdtemplate.app-deployed: | message: Application {{.app.metadata.name}} has successfully deployed. newrelic: description: Application {{.app.metadata.name}} has successfully deployed