removing the quarkus-minikube dependency (#22521)

Closes #22517
This commit is contained in:
Steven Hawkins 2023-08-21 10:07:14 -04:00 committed by GitHub
parent c060ae094b
commit 7a71d3ef92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 10 deletions

View file

@ -52,12 +52,13 @@ eval $(minikube -p minikube docker-env)
Compile the project and generate the Docker image with JIB:
```bash
mvn clean package -Dquarkus.container-image.build=true -Dquarkus.kubernetes.deployment-target=minikube
mvn clean package -Dquarkus.kubernetes.image-pull-policy=IfNotPresent -Dquarkus.container-image.build=true
```
Install the CRD definition and the operator in the cluster in the `keycloak` namespace:
```bash
kubectl create namespace keycloak
kubectl apply -k target
```

View file

@ -82,10 +82,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-openshift</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-minikube</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kubernetes-client</artifactId>

View file

@ -6,7 +6,4 @@ namespace: keycloak
resources:
- kubernetes/keycloaks.k8s.keycloak.org-v1.yml
- kubernetes/keycloakrealmimports.k8s.keycloak.org-v1.yml
- kubernetes/kubernetes.yml
patchesStrategicMerge:
- kubernetes/minikube.yml
- kubernetes/kubernetes.yml

View file

@ -1 +0,0 @@
kubernetes.yml