Skip to content

Commit

Permalink
Update containerd_custom_registries description (#153)
Browse files Browse the repository at this point in the history
This commit fixes the configuration option description in order to follow the current state of the charm.
  • Loading branch information
mateoflorido authored Oct 17, 2024
1 parent f40b36b commit 7b673b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charms/worker/k8s/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ config:
For situations where the registry has self-signed or expired certs and a quick work-around is necessary.
e.g.: "skip_verify": true
example config)
juju config containerd custom_registries='[{
Example config:
juju config k8s containerd_custom_registries='[{
"url": "https://registry.example.com",
"host": "ghcr.io",
"ca_file": "'"$(base64 -w 0 < ~/my.custom.ca.pem)"'",
Expand Down

0 comments on commit 7b673b2

Please sign in to comment.