-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump quarkus version as Tescontainer 1.4.8 has been released part of …
…new Quarkus release
- Loading branch information
1 parent
b283a9d
commit 417f33e
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
quarkus.log.category."com.github.dockerjava.core".level=DEBUG | ||
quarkus.log.category."com.github.dockerjava.core".level=DEBUG | ||
|
||
# To launch the kind testContainer when a ~/.kube/argoConfigurator file exists, then it is needed to set | ||
# The following parameter | ||
quarkus.kubernetes-client.devservices.override-kubeconfig=true | ||
|
||
# Set the cluster's type to be used: kind, k3s or Api Sever | ||
quarkus.kubernetes-client.devservices.flavor=kind |