We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e080f84 + f93b725 commit 0443a13Copy full SHA for 0443a13
docs/decryption.md
@@ -21,9 +21,8 @@ An example for configuring the "node" key model for container image decryption:
21
22
Configure `cri` to enable decryption with "node" key model
23
```toml
24
-[plugins.cri.image_decryption]
+[plugins."io.containerd.grpc.v1.cri".image_decryption]
25
key_model = "node"
26
-
27
```
28
29
Configure `containerd` daemon [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) to handle the
0 commit comments