Skip to content

Commit 0443a13

Browse files
authored
Merge pull request containerd#1535 from lumjjb/updatecri-doc
Update doc cri plugin convention
2 parents e080f84 + f93b725 commit 0443a13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/decryption.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ An example for configuring the "node" key model for container image decryption:
2121

2222
Configure `cri` to enable decryption with "node" key model
2323
```toml
24-
[plugins.cri.image_decryption]
24+
[plugins."io.containerd.grpc.v1.cri".image_decryption]
2525
key_model = "node"
26-
2726
```
2827

2928
Configure `containerd` daemon [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) to handle the

0 commit comments

Comments
 (0)