Fixes in the env variables

Related-PROD: K0RQA-15
Change-Id: Ib4693ede9a554aa5ade8ebdbec0765e94321a90e
diff --git a/k8s/workspace/init-workspace.sh b/k8s/workspace/init-workspace.sh
index 8619128..f1f31c3 100644
--- a/k8s/workspace/init-workspace.sh
+++ b/k8s/workspace/init-workspace.sh
@@ -75,6 +75,7 @@
 export KUBECONFIG=$MY_PROJFOLDER/envs/kubeconfigs/${name}-kubeconfig.yaml
 export CHILD_CLUSTER_NAME=${name}
 export CHILD_CLUSTER_NS=${namespace}
+source envs/target-child
 EOF
 
     chmod +x "$rc_file"