Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

docs(datadog-service): fix newline spacing #146

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions datadog-service/0.15.0/artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ homeURL: https://keptn.sh/docs/integrations/
keywords:
- keptn
- sandbox
- observability
christian-kreuzberger-dtx marked this conversation as resolved.
Show resolved Hide resolved
- monitoring
links:
- name: Source
url: https://github.com/keptn-sandbox/datadog-service/tree/release-0.15.0
annotations:
keptn/org: sandbox
keptn/kind: observability
keptn/version: 0.15.x
install: '## Execute the following steps to install datadog-service:

```bash
export DD_API_KEY="<your-datadog-api-key>" DD_APP_KEY="<your-datadog-app-key>" DD_SITE="datadoghq.com"
helm install -n keptn datadog-service https://github.com/keptn-sandbox/datadog-service/releases/download/0.15.0/datadog-service-0.15.0.tar.gz --set datadogservice.ddApikey=${DD_API_KEY} --set datadogservice.ddAppKey=${DD_APP_KEY} --set datadogservice.ddSite=${DD_SITE}
```
Check [the official docs](https://docs.datadoghq.com/account_management/api-app-keys/) for how to create Datadog API key and Application key


### More Information

More information can be found in our [GitHub repository](https://github.com/keptn-sandbox/datadog-service). '
install: "## Execute the following steps to install datadog-service:\n\n\
\ ```\n\
\ export DD_API_KEY='<your-datadog-api-key>' DD_APP_KEY='<your-datadog-app-key>' DD_SITE='datadoghq.com' \n\n\
\ helm install -n keptn datadog-service https://github.com/keptn-sandbox/datadog-service/releases/download/0.15.0/ \
\ datadog-service-0.15.0.tar.gz --set datadogservice.ddApikey=${DD_API_KEY} --set datadogservice.ddAppKey=${DD_APP_KEY} --set \
\ datadogservice.ddSite=${DD_SITE} \n\
\ ``` \n\n\
\ Check [the official docs](https://docs.datadoghq.com/account_management/api-app-keys/) for \n\
\ how to create Datadog API key and Application key \n\n\n\
\ ### More Information \n\n\
\ More information can be found in our [GitHub repository](https://github.com/keptn-sandbox/datadog-service)."