Commit af3fd6e8 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan
Browse files

Appended https:// for sunbird sso url

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -43,7 +43,7 @@ data:
sunbird_authorization: {{ $sunbird_authorization }}
sunbird_sso_url: {{ if .Values.domain }}
sunbird_sso_url: {{ if .Values.domain }}
{{- printf "https://%s" .Values.domain }}{{ .Values.keycloak_auth_endpoint }}
{{- else -}}
{{- printf "ERROR | %s | Please provide a value for \"domain\"" .Chart.Name | fail }}
......
......@@ -87,7 +87,7 @@ sunbird_app_name: sunbird
sunbird_cache_enable: true
sunbird_cassandra_consistency_level: local_quorum
sunbird_cassandra_host: cassandra.dev.svc.cluster.local
sunbird_cassandra_password: passwod
sunbird_cassandra_password: password
sunbird_cassandra_port: 9042
sunbird_cassandra_username: admin
sunbird_cert_service_base_url: http://cert-service.dev.svc.cluster.local:9000
......
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