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") }