From 7c8d034df563ef5fcaba89f882219ba4b65ba922 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 29 Apr 2021 16:29:49 -0400 Subject: [PATCH] config: fix type of privileged_without_host_devices Signed-off-by: Peter Hunt --- pkg/config/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [