Skip to content

Commit

Permalink
Merge pull request #1 from G33tha/patch-1
Browse files Browse the repository at this point in the history
Update values.j2
  • Loading branch information
AMIT KUMAR authored Mar 16, 2022
2 parents f15fd8e + a24aeb5 commit f81dc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ autoscaling:
certificatesignenv:
PORT: '"8079"'
QR_TYPE: {{ QR_TYPE|default('W3C-VC') }}
CERTIFICATE_DOMAIN_URL: {{ CERTIFICATE_DOMAIN_URL|default('https://dev.sunbirded.org') }}
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_PUBLIC_KEY: "{{ CERTIFICATE_PUBLIC_KEY|default("''")}}"
CERTIFICATE_PRIVATE_KEY: "{{ CERTIFICATE_PRIVATE_KEY|default("''")}}"
SIGNING_KEY_TYPE: "{{ SIGNING_KEY_TYPE|default("''")}}"
4 changes: 2 additions & 2 deletions kubernetes/helm_charts/sunbird-RC/registry/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ rccoreenv:
connectionInfo_password: {{ connectionInfo_password }}
elastic_search_enabled: {{ elastic_search_enabled|default('true')}}
elastic_search_connection_url: {{ elastic_search_connection_url }}
search_provider: {{search_provider|default('dev.sunbirdrc.registry.service.ElasticSearchService')}}
search_providerName: {{search_providerName|default('dev.sunbirdrc.registry.service.ElasticSearchService')}}
search_provider: "{{env}}.sunbirdrc.registry.service.ElasticSearchService"
search_providerName: "{{env}}.sunbirdrc.registry.service.ElasticSearchService"
enable_external_templates: {{ enable_external_templates|default('true') }}
sign_url: {{ sign_url|default('http://certificatesign-service:8079/sign') }}
signature_enabled: {{ signature_enabled|default('true') }}
Expand Down

0 comments on commit f81dc73

Please sign in to comment.