Fixed some rally, rally-plugins installation commands

Related-PROD: PROD-37187
Change-Id: Ie6ec5efbc7cf4b5caed7add80cb05ac76caa7d3c
(cherry picked from commit 001ba9b6b7a7f99050b08c0a556f14ff4bb8ccf7)
diff --git a/k8s/workspace/create-rally-deployments.sh b/k8s/workspace/create-rally-deployments.sh
index 71a4041..e4f2043 100644
--- a/k8s/workspace/create-rally-deployments.sh
+++ b/k8s/workspace/create-rally-deployments.sh
@@ -7,9 +7,9 @@
 	exit 1
 fi
 
-# Updating filder and file permissions
-kubectl exec -n qa-space --stdin rally -- sudo chown rally /artifacts
-kubectl exec -n qa-space --stdin rally -- sudo chown rally /rally/rally-files/*
+# Updating folder and file permissions
+kubectl exec -n qa-space --stdin rally -- sudo chown rally -R /artifacts
+kubectl exec -n qa-space --stdin rally -- sudo chown rally -R /rally/rally-files/
 
 ###
 if [ ! -z $(kubectl exec -n qa-space --stdin rally -- rally env list | grep openstack | cut -d' ' -f2) ]; then