mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +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:
|
||||
name: pod2
|
||||
annotations:
|
||||
io.katacontainers.config.runtime.disable_guest_seccomp: false
|
||||
io.katacontainers.config.runtime.disable_guest_seccomp: "false"
|
||||
spec:
|
||||
runtimeClassName: kata
|
||||
containers:
|
||||
|
Loading…
Reference in New Issue
Block a user