Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
af3fd6e8
Commit
af3fd6e8
authored
1 year ago
by
Prasath Sivasubramaniyan
Browse files
Options
Download
Patches
Plain Diff
Appended https:// for sunbird sso url
parent
e5bbdc7c
patch-2
patch-1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/learner/templates/configmap.yaml
+1
-1
helm/learner/templates/configmap.yaml
helm/learner/values.yaml
+1
-1
helm/learner/values.yaml
with
2 additions
and
2 deletions
+2
-2
helm/learner/templates/configmap.yaml
+
1
−
1
View file @
af3fd6e8
...
...
@@ -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
}}
...
...
This diff is collapsed.
Click to expand it.
helm/learner/values.yaml
+
1
−
1
View file @
af3fd6e8
...
...
@@ -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
:
passwo
r
d
sunbird_cassandra_port
:
9042
sunbird_cassandra_username
:
admin
sunbird_cert_service_base_url
:
http://cert-service.dev.svc.cluster.local:9000
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets