mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
add metadata filed on pod usage template (#788)
Signed-off-by: xiaomage <jhma@gitlab.cn>
This commit is contained in:
parent
ac024f94a4
commit
23e1bd3984
1 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,8 @@ The `volumeMounts` section mounts our secret to `/config`. The `volumes` section
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: syft-k8s-usage
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: anchore/syft:latest
|
- image: anchore/syft:latest
|
||||||
|
|
Loading…
Reference in a new issue