diff --git a/kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml b/kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
index aa0772609519b4c9adfb80fe131b90ce425d798d..ac1397b6a9b225025c2b5ef0b5b860c0856ba6bb 100644
--- a/kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
+++ b/kubernetes/ansible/roles/flink-jobs-deploy/defaults/main.yml
@@ -397,6 +397,6 @@ video_stream_topic_name: "{{ env_name }}.live.video.stream.request"
 content_hierarchy_keyspace_name: "{{ hierarchy_keyspace_name }}"
 questionset_hierarchy_keyspace_name: "{{ hierarchy_keyspace_name }}"
 
-cloudstorage_relative_path_prefix_content: "CLOUD_STORAGE_BASE_PATH"
+cloudstorage_relative_path_prefix_content: "CONTENT_STORAGE_BASE_PATH"
 cloudstorage_relative_path_prefix_dial: "DIAL_STORAGE_BASE_PATH"
 cloudstorage_metadata_list: '["appIcon", "artifactUrl", "posterImage", "previewUrl", "thumbnail", "assetsMap", "certTemplate", "itemSetPreviewUrl", "grayScaleAppIcon", "sourceURL", "variants", "downloadUrl", "streamingUrl", "toc_url", "data", "question", "solutions", "editorState", "media", "pdfUrl"]'
\ No newline at end of file
diff --git a/kubernetes/helm_charts/datapipeline_jobs/values.j2 b/kubernetes/helm_charts/datapipeline_jobs/values.j2
index 50a268a4e1ac19a512e9138ed8c0df07667563b6..462e95f0fa433bcce6db04f680bdb6b1d7ef6182 100644
--- a/kubernetes/helm_charts/datapipeline_jobs/values.j2
+++ b/kubernetes/helm_charts/datapipeline_jobs/values.j2
@@ -1138,18 +1138,19 @@ csp-migrator:
     questionset.hierarchy.table="questionset_hierarchy"
 
     key_value_strings_to_migrate = {
-        "https://qa.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://dev.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://community.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://community.ekstep.in:443": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://ekstep-public-qa.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://ekstep-public-dev.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://ekstep-public-preprod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://ekstep-public-prod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://sunbirddev.blob.core.windows.net/sunbird-content-dev": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://preprodall.blob.core.windows.net/ntp-content-preprod": "{{ cloudstorage_relative_path_prefix_content }}"
-        "https://ntpproductionall.blob.core.windows.net/ntp-content-production": "{{ cloudstorage_relative_path_prefix_content }}"
+        "https://qa.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://dev.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://community.ekstep.in/assets/public": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://community.ekstep.in:443": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://ekstep-public-qa.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://ekstep-public-dev.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://ekstep-public-preprod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://ekstep-public-prod.s3-ap-south-1.amazonaws.com": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://sunbirddev.blob.core.windows.net/sunbird-content-dev": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://preprodall.blob.core.windows.net/ntp-content-preprod": "{{ cloudstorage_relative_path_prefix_content }}",
+        "https://ntpproductionall.blob.core.windows.net/ntp-content-production": "{{ cloudstorage_relative_path_prefix_content }}",
+        "CLOUD_STORAGE_BASE_PATH": "{{ cloudstorage_relative_path_prefix_content }}"
     }
 
     neo4j_fields_to_migrate = {