From 23e1bd39847003e0981238314582c81ddbe8f1d6 Mon Sep 17 00:00:00 2001 From: majinghe <42570491+majinghe@users.noreply.github.com> Date: Wed, 9 Feb 2022 05:00:19 +0800 Subject: [PATCH] add metadata filed on pod usage template (#788) Signed-off-by: xiaomage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a22efdcea..da4e357e5 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ The `volumeMounts` section mounts our secret to `/config`. The `volumes` section apiVersion: v1 kind: Pod + metadata: + name: syft-k8s-usage spec: containers: - image: anchore/syft:latest