mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 10:50:18 +00:00
Merge pull request #7728 from ManaSugi/fix/typo-test-toml
libs,tests: fix typo disable_guest_seccomp in configuration-anno-1.toml
This commit is contained in:
@@ -72,7 +72,7 @@ container_pipe_size = 2
|
|||||||
[runtime]
|
[runtime]
|
||||||
enable_debug = true
|
enable_debug = true
|
||||||
internetworking_model="macvtap"
|
internetworking_model="macvtap"
|
||||||
pdisable_guest_seccomp=true
|
disable_guest_seccomp=true
|
||||||
enable_tracing = true
|
enable_tracing = true
|
||||||
jaeger_endpoint = "localhost:1234"
|
jaeger_endpoint = "localhost:1234"
|
||||||
jaeger_user = "user"
|
jaeger_user = "user"
|
||||||
|
Reference in New Issue
Block a user