Skip to content

Commit 01c6d8a

Browse files
authored
test: add v24 e2e test (#198)
1 parent 9042bf7 commit 01c6d8a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
namespace: keycloak-system
4+
5+
resources:
6+
- ../../../default
7+
- ../../base
8+
9+
helmCharts:
10+
- repo: https://codecentric.github.io/helm-charts
11+
name: keycloakx
12+
version: 2.0.0
13+
releaseName: keycloakx
14+
namespace: keycloak-system
15+
valuesInline:
16+
image:
17+
tag: "24.0.1"
18+
19+
command:
20+
- "/opt/keycloak/bin/kc.sh"
21+
- "start"
22+
- "--http-enabled=true"
23+
- "--http-port=8080"
24+
- "--hostname-strict=false"
25+
- "--hostname-strict-https=false"
26+
extraEnv: |
27+
- name: KEYCLOAK_ADMIN
28+
value: admin
29+
- name: KEYCLOAK_ADMIN_PASSWORD
30+
value: admin
31+
- name: JAVA_OPTS_APPEND
32+
value: >-
33+
-Djgroups.dns.query=keycloakx-headless
34+
35+
images:
36+
- name: ghcr.io/doodlescheduling/keycloak-controller
37+
newTag: latest
38+
newName: keycloak-controller
39+
40+
patchesStrategicMerge:
41+
- |
42+
apiVersion: keycloak.infra.doodle.com/v1beta1
43+
kind: KeycloakRealm
44+
metadata:
45+
name: test
46+
spec:
47+
version: 24.0.1

0 commit comments

Comments
 (0)