Explorar el Código

Merge pull request #8337 from umohnani8/pause

Fix crio pause image syntax
Scott Dodson hace 7 años
padre
commit
f9736b5992
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/container_runtime/templates/crio.conf.j2

+ 1 - 1
roles/container_runtime/templates/crio.conf.j2

@@ -124,7 +124,7 @@ log_size_max = 52428800
 default_transport = "docker://"
 
 # pause_image is the image which we use to instantiate infra containers.
-pause_image = {{ pause_image }}
+pause_image = "{{ pause_image }}"
 
 # pause_command is the command to run in a pause_image to have a container just
 # sit there.  If the image contains the necessary information, this value need