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
4 changed files with 3 additions and 10 deletions
+2 -1
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
```
-4
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>
@@ -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
@@ -1 +0,0 @@
kubernetes.yml