From 20ee36ab7d3afb0f07b957713fb0bf447b111710 Mon Sep 17 00:00:00 2001 From: sg774j Date: Thu, 5 Sep 2019 11:38:53 -0500 Subject: [PATCH] Openvswitch: Enable Rolling Update Enable rolloing update for both ovs_db and ovs_vswitchd daemonsets Change-Id: I4e20c2e01634ca0a0ded4e02406a6f690e26402d --- openvswitch/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index a2b20a2de..205a170fe 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -102,11 +102,11 @@ pod: daemonsets: pod_replacement_strategy: RollingUpdate ovs_db: - enabled: false + enabled: true min_ready_seconds: 0 max_unavailable: 1 ovs_vswitchd: - enabled: false + enabled: true min_ready_seconds: 0 max_unavailable: 1 resources: