Skip to content

Commit ed4a447

Browse files
authored
Merge pull request #879 from mdujava/rhsso_kind_setting
Add rhsso.kind config option to config template
2 parents 8d85095 + f3bab11 commit ed4a447

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/settings.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ default:
1919
default:
2020
kind: "SystemApicast"
2121
rhsso:
22+
kind: rhbk
2223
username: admin
2324
test_user:
2425
username: testUser

config/settings.yaml.tpl

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ default:
3939
threescale:
4040
name: "{DEFAULT_OPENSHIFT_THREESCALE_PROJECT}"
4141
rhsso:
42+
kind: rhbk # rhbk is deault; other acceptable value is rhsso
4243
test_user:
4344
username: testUser
4445
password: testUser

0 commit comments

Comments
 (0)