Skip to content

Commit

Permalink
fix _ca_folder_path (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraAoad authored Mar 21, 2024
1 parent bdcccbf commit 216aec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grafana_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class GrafanaAgentCharm(CharmBase):
_cert_path = "/tmp/agent/grafana-agent.pem"
_key_path = "/tmp/agent/grafana-agent.key"
_ca_path = "/usr/local/share/ca-certificates/grafana-agent-operator.crt"
_ca_folder_path = "/usr/loca/share/ca-certificates"
_ca_folder_path = "/usr/local/share/ca-certificates"

# Pairs of (incoming, [outgoing]) relation names. If any 'incoming' is joined without at least
# one matching 'outgoing', the charm will block. Without any matching outgoing relation we may
Expand Down

0 comments on commit 216aec6

Please sign in to comment.