Explorar o código

Add RollingUpdate strategy to dockergc deployment config

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1599341
Russell Teague %!s(int64=6) %!d(string=hai) anos
pai
achega
cac32ffe1a
Modificáronse 1 ficheiros con 2 adicións e 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: