Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can turn off monitoring of your AWS RDS deployments.
1. Delete your `beacon-csp-credentials` secret:

```
kubectl -n upm-beacon rollout restart deployment upm-beacon-agent-k8s
kubectl -n upm-beacon delete secret beacon-csp-credentials
```

2. Restart the agent and external metrics receiver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can turn off monitoring of your AWS RDS deployments.
1. Delete your `beacon-csp-credentials` secret:

```
kubectl -n upm-beacon rollout restart deployment upm-beacon-agent-k8s
kubectl -n upm-beacon delete secret beacon-csp-credentials
```

2. Restart the agent and external metrics receiver:
Expand Down
Loading