Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1535 from lumjjb/updatecri-doc
Browse files Browse the repository at this point in the history
Update doc cri plugin convention
  • Loading branch information
mikebrow committed Jul 23, 2020
2 parents e080f84 + f93b725 commit 0443a13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/decryption.md
Expand Up @@ -21,9 +21,8 @@ An example for configuring the "node" key model for container image decryption:

Configure `cri` to enable decryption with "node" key model
```toml
[plugins.cri.image_decryption]
[plugins."io.containerd.grpc.v1.cri".image_decryption]
key_model = "node"

```

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

0 comments on commit 0443a13

Please sign in to comment.