Skip to content

Commit

Permalink
test: add v24 e2e test (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 18, 2024
1 parent 9042bf7 commit 01c6d8a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions config/tests/cases/keycloak-v24/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: keycloak-system

resources:
- ../../../default
- ../../base

helmCharts:
- repo: https://codecentric.github.io/helm-charts
name: keycloakx
version: 2.0.0
releaseName: keycloakx
namespace: keycloak-system
valuesInline:
image:
tag: "24.0.1"

command:
- "/opt/keycloak/bin/kc.sh"
- "start"
- "--http-enabled=true"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname-strict-https=false"
extraEnv: |
- name: KEYCLOAK_ADMIN
value: admin
- name: KEYCLOAK_ADMIN_PASSWORD
value: admin
- name: JAVA_OPTS_APPEND
value: >-
-Djgroups.dns.query=keycloakx-headless
images:
- name: ghcr.io/doodlescheduling/keycloak-controller
newTag: latest
newName: keycloak-controller

patchesStrategicMerge:
- |
apiVersion: keycloak.infra.doodle.com/v1beta1
kind: KeycloakRealm
metadata:
name: test
spec:
version: 24.0.1

0 comments on commit 01c6d8a

Please sign in to comment.