Skip to content

Commit 29bcada

Browse files
authored
add sso credentials (#69634)
1 parent 04ce9f1 commit 29bcada

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

ci-operator/config/codeready-toolchain/host-operator/codeready-toolchain-host-operator-master.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ tests:
2626
- as: test
2727
cli: latest
2828
commands: make test-e2e
29+
credentials:
30+
- collection: ""
31+
mount_path: /usr/local/sandbox-secrets
32+
name: sandbox-devsso
33+
namespace: test-credentials
2934
from: src
3035
resources:
3136
requests:

ci-operator/config/codeready-toolchain/member-operator/codeready-toolchain-member-operator-master.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ tests:
2626
- as: test
2727
cli: latest
2828
commands: make test-e2e
29+
credentials:
30+
- collection: ""
31+
mount_path: /usr/local/sandbox-secrets
32+
name: sandbox-devsso
33+
namespace: test-credentials
2934
from: src
3035
resources:
3136
requests:

ci-operator/config/codeready-toolchain/registration-service/codeready-toolchain-registration-service-master.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ tests:
2626
- as: test
2727
cli: latest
2828
commands: make test-e2e
29+
credentials:
30+
- collection: ""
31+
mount_path: /usr/local/sandbox-secrets
32+
name: sandbox-devsso
33+
namespace: test-credentials
2934
from: src
3035
resources:
3136
requests:

0 commit comments

Comments
 (0)