Unverified Commit ae19cd99 authored by santhosh-tg's avatar santhosh-tg Committed by GitHub
Browse files

Merge pull request #3682 from SadanandGowda/csp_changes

Csp changes
Showing with 4 additions and 5 deletions
+4 -5
......@@ -8,11 +8,10 @@ env:
javaoptions: {{analytics_java_mem_limit|default('-Xmx600m')}}
min_heap: {{analytics_min_heap_limit|default('-Xms1g')}}
max_heap: {{analytics_max_heap_limit|default('-Xmx2g')}}
azure_private_account_secret: {{ cloud_private_account_secret }}
azure_private_account_name: {{ cloud_private_account_name }}
azure_public_account_secret: {{ cloud_public_account_secret }}
azure_public_account_name: {{ cloud_public_account_name }}
azure_private_account_secret: {{ cloud_private_storage_secret }}
azure_private_account_name: {{ cloud_private_storage_accountname }}
azure_public_account_secret: {{ cloud_public_storage_secret }}
azure_public_account_name: {{ cloud_public_storage_accountname }}
replicaCount: {{analytics_replicacount|default(1)}}
repository: {{analytics_repository|default('sunbird-analytics-service')}}
image_tag: {{ image_tag }}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment