From 65aa99f291ec5befe251473438da41836e970241 Mon Sep 17 00:00:00 2001 From: Manuel Huber Date: Tue, 6 Jan 2026 15:08:19 -0800 Subject: [PATCH] docs: Fix trusted-image-storage reference The sample uses a volume device name which does not exist, hence fix. Signed-off-by: Manuel Huber --- docs/how-to/how-to-pull-images-in-guest-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-pull-images-in-guest-with-kata.md b/docs/how-to/how-to-pull-images-in-guest-with-kata.md index 7e1918e24e..c8450b146a 100644 --- a/docs/how-to/how-to-pull-images-in-guest-with-kata.md +++ b/docs/how-to/how-to-pull-images-in-guest-with-kata.md @@ -256,7 +256,7 @@ spec: values: - NODE_NAME volumes: - - name: trusted-storage + - name: trusted-image-storage persistentVolumeClaim: claimName: trusted-pvc containers: