diff --git a/pkg/config/template.go b/pkg/config/template.go index 47c9760789b..bdfc2591b5e 100644 --- a/pkg/config/template.go +++ b/pkg/config/template.go @@ -931,7 +931,7 @@ runtime_path = "{{ $runtime_handler.RuntimePath }}" runtime_type = "{{ $runtime_handler.RuntimeType }}" runtime_root = "{{ $runtime_handler.RuntimeRoot }}" {{ if $runtime_handler.PrivilegedWithoutHostDevices }} -privileged_without_host_devices = "{{ $runtime_handler.PrivilegedWithoutHostDevices }}" +privileged_without_host_devices = {{ $runtime_handler.PrivilegedWithoutHostDevices }} {{ end }} {{ if $runtime_handler.AllowedAnnotations }} allowed_annotations = [