mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
docs: fix annotations example
annotation value should always be quoted, regardless to its type Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
f4994e486b
commit
834f93ce8a
@ -173,7 +173,7 @@ kind: Pod
|
|||||||
metadata:
|
metadata:
|
||||||
name: pod2
|
name: pod2
|
||||||
annotations:
|
annotations:
|
||||||
io.katacontainers.config.runtime.disable_guest_seccomp: false
|
io.katacontainers.config.runtime.disable_guest_seccomp: "false"
|
||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata
|
runtimeClassName: kata
|
||||||
containers:
|
containers:
|
||||||
|
Loading…
Reference in New Issue
Block a user