Explorar el Código

Add RollingUpdate strategy to dockergc deployment config

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1599341
Russell Teague hace 6 años
padre
commit
cac32ffe1a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      roles/openshift_docker_gc/templates/dockergc-ds.yaml.j2

+ 2 - 0
roles/openshift_docker_gc/templates/dockergc-ds.yaml.j2

@@ -14,6 +14,8 @@ items:
     labels:
       app: dockergc
   spec:
+    updateStrategy:
+      type: RollingUpdate
     template:
       metadata:
         labels: