Upgrade handler implementation
[multicloud/k8s.git] / src / k8splugin / internal / app / config_backend.go
index 4dcbeb5..8023089 100644 (file)
@@ -558,7 +558,7 @@ func scheduleResources(c chan configResourceList) {
                                        var status string = ""
                                        if err != nil {
                                                // assuming - the err represent the resource already exist, so going for update
-                                               resProceeded, err = k8sClient.updateResources(resToCreateOrUpdate, inst.Namespace)
+                                               resProceeded, err = k8sClient.updateResources(resToCreateOrUpdate, inst.Namespace, false)
                                                if err != nil {
                                                        log.Printf("Error Creating resources: %s", errCreate.Error())
                                                        log.Printf("Error Updating resources: %s", err.Error())