Skip to content

Commit

Permalink
add comment from pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Nov 14, 2024
1 parent c4d396b commit 6ff4153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grafana_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class GrafanaAgentCharm(CharmBase):
_key_path = "/tmp/agent/grafana-agent.key"
_ca_path = "/usr/local/share/ca-certificates/grafana-agent-operator.crt"
_ca_folder_path = "/usr/local/share/ca-certificates"
# We have a `limit: 1` on the cloud integrator relation so we expect only one such cert.
_cloud_ca_path = "/usr/local/share/ca-certificates/cloud-integrator.crt"

# mapping from tempo-supported receivers to the receiver ports to be opened on the grafana-agent host
Expand Down

0 comments on commit 6ff4153

Please sign in to comment.