Commit 66794c0 1 parent 4fbbd9c commit 66794c0 Copy full SHA for 66794c0
File tree 1 file changed +3
-3
lines changed
docs/canonicalk8s/charm/howto
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ charm to pull images from a custom registry.
15
15
## Configure the charm
16
16
17
17
To configure the charm to use a custom registry, you need to set the
18
- ` containerd_custom_registries ` configuration option. This options allows
18
+ ` containerd-custom-registries ` configuration option. This options allows
19
19
the charm to configure ` containerd ` to pull images from registries that require
20
20
authentication. This configuration option should be a JSON-formatted array of
21
- credential objects. For more details on the ` containerd_custom_registries `
21
+ credential objects. For more details on the ` containerd-custom-registries `
22
22
option, refer to the [ charm configurations] documentation.
23
23
24
24
For example, to configure the charm to use a custom registry at
25
25
` myregistry.example.com:5000 ` with the username ` myuser ` and password
26
- ` mypassword ` , set the ` containerd_custom_registries ` configuration option as
26
+ ` mypassword ` , set the ` containerd-custom-registries ` configuration option as
27
27
follows:
28
28
29
29
```
You can’t perform that action at this time.
0 commit comments