This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 6b1643e Fix label for openshift 6b1643e is described below commit 6b1643e699244a0d1bd901cb41f974f671c0a785 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Thu Oct 20 13:00:37 2022 -0400 Fix label for openshift --- karavan-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index 6db1b1e..ba2204c 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -210,11 +210,11 @@ }, "default": [ "quarkus.kubernetes.deploy=true", - "quarkus.kubernetes.labels.\"app.openshift.io/runtime\"=camel", "quarkus.kubernetes-client.trust-certs=true", "quarkus.kubernetes-client.master-url=kubernetes.default.svc", "quarkus.kubernetes-client.namespace=${NAMESPACE}", "quarkus.kubernetes-client.token=${TOKEN}", + "quarkus.openshift.labels.\"app.openshift.io/runtime\"=camel", "quarkus.openshift.deployment-kind=Deployment", "quarkus.openshift.add-version-to-label-selectors=false", "quarkus.openshift.route.expose=false",