Fixed the SPT config clean template due to new version of it

Related-PROD: PROD-37187
Change-Id: I7600f05a94ce6a9f48284495d678ee682530acba
diff --git a/k8s/workspace/run-openstack-spt.sh b/k8s/workspace/run-openstack-spt.sh
index bf86d98..13287aa 100644
--- a/k8s/workspace/run-openstack-spt.sh
+++ b/k8s/workspace/run-openstack-spt.sh
@@ -8,6 +8,11 @@
 	echo "# 'toolset' container is not Running"
 	exit 1
 fi
+
+echo "# Copying mos-kubeconfig.yaml and node.key from /artifacts/envs/"
+kubectl cp /artifacts/envs/mos-kubeconfig.yaml qa-space/toolset:/opt/mos-spt/mos-kubeconfig.yaml
+kubectl cp /artifacts/envs/node.key qa-space/toolset:/opt/mos-spt/node.key
+
 admin_uuid=$(kubectl exec toolset --stdin -n qa-space -- bash -c "openstack user show cvp.admin -c id -f value")
 if [ ! -z ${TEMPEST_CUSTOM_PUBLIC_NET+x} ]; then
         echo "# Copying global_config.yaml"