File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
config/tests/cases/keycloak-v24 Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments