Skip to content

Commit c0fc896

Browse files
committed
Update tests to use OAuth 2 with Keycloak
1 parent e0c4827 commit c0fc896

10 files changed

Lines changed: 2991 additions & 6 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: kuttl.dev/v1beta1
3+
kind: TestAssert
4+
timeout: 300
5+
---
6+
apiVersion: apps/v1
7+
kind: Deployment
8+
metadata:
9+
name: keycloak
10+
status:
11+
readyReplicas: 1
12+
replicas: 1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: kuttl.dev/v1beta1
3+
kind: TestStep
4+
commands:
5+
- script: envsubst < 22_keycloak.yaml | kubectl apply -n $NAMESPACE -f -

0 commit comments

Comments
 (0)