From e6daafe56cb7e79e8973aa8fa252ee7462b859aa Mon Sep 17 00:00:00 2001 From: anil-sarodh Date: Wed, 10 Jan 2024 00:22:10 +0530 Subject: [PATCH] minor changes --- .../config-worker/internal/crossplane/config_cluster_updates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capten/config-worker/internal/crossplane/config_cluster_updates.go b/capten/config-worker/internal/crossplane/config_cluster_updates.go index 9b9347c2..14373d12 100644 --- a/capten/config-worker/internal/crossplane/config_cluster_updates.go +++ b/capten/config-worker/internal/crossplane/config_cluster_updates.go @@ -217,7 +217,7 @@ func (cp *CrossPlaneApp) configureClusterDelete(ctx context.Context, req *model. return string(agentmodel.WorkFlowStatusFailed), errors.WithMessage(err, "failed to remove cluster folder") } - err = cp.helper.AddFilesToRepo([]string{clusterValuesFile}) + err = cp.helper.AddFilesToRepo([]string{"."}) if err != nil { return string(agentmodel.WorkFlowStatusFailed), errors.WithMessage(err, "failed to add git repo") }