Skip to content

Commit

Permalink
Added missing property in cicd example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed Nov 15, 2024
1 parent fb7be69 commit 2b73483
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/cicd/camel-cicd-exampleapp/etc/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ apiVersion: "v1"
kind: "Service"
metadata:
annotations:
app.openshift.io/vcs-uri: "[email protected]:valdar/camel-cicd-exampleapp.git"
app.openshift.io/vcs-uri: "<<unknown>>"
app.quarkus.io/quarkus-version: "3.12.0"
app.quarkus.io/vcs-uri: "https://github.com/valdar/camel-cicd-exampleapp.git"
app.quarkus.io/vcs-uri: "https://github.com/valdar/apache-camel-on-ocp-best-practices.git"
labels:
app.kubernetes.io/managed-by: "quarkus"
app.kubernetes.io/name: "camel-cicd-exampleapp"
Expand Down Expand Up @@ -39,9 +39,9 @@ apiVersion: "image.openshift.io/v1"
kind: "ImageStream"
metadata:
annotations:
app.openshift.io/vcs-uri: "[email protected]:valdar/camel-cicd-exampleapp.git"
app.openshift.io/vcs-uri: "<<unknown>>"
app.quarkus.io/quarkus-version: "3.12.0"
app.quarkus.io/vcs-uri: "https://github.com/valdar/camel-cicd-exampleapp.git"
app.quarkus.io/vcs-uri: "https://github.com/valdar/apache-camel-on-ocp-best-practices.git"
labels:
app.kubernetes.io/managed-by: "quarkus"
app.kubernetes.io/name: "camel-cicd-exampleapp"
Expand All @@ -56,9 +56,9 @@ apiVersion: "build.openshift.io/v1"
kind: "BuildConfig"
metadata:
annotations:
app.openshift.io/vcs-uri: "[email protected]:valdar/camel-cicd-exampleapp.git"
app.openshift.io/vcs-uri: "<<unknown>>"
app.quarkus.io/quarkus-version: "3.12.0"
app.quarkus.io/vcs-uri: "https://github.com/valdar/camel-cicd-exampleapp.git"
app.quarkus.io/vcs-uri: "https://github.com/valdar/apache-camel-on-ocp-best-practices.git"
labels:
app.kubernetes.io/managed-by: "quarkus"
app.kubernetes.io/name: "camel-cicd-exampleapp"
Expand All @@ -82,9 +82,9 @@ apiVersion: "apps/v1"
kind: "Deployment"
metadata:
annotations:
app.openshift.io/vcs-uri: "[email protected]:valdar/camel-cicd-exampleapp.git"
app.openshift.io/vcs-uri: "<<unknown>>"
app.quarkus.io/quarkus-version: "3.12.0"
app.quarkus.io/vcs-uri: "https://github.com/valdar/camel-cicd-exampleapp.git"
app.quarkus.io/vcs-uri: "https://github.com/valdar/apache-camel-on-ocp-best-practices.git"
labels:
app.kubernetes.io/managed-by: "quarkus"
app.kubernetes.io/name: "camel-cicd-exampleapp"
Expand All @@ -101,9 +101,9 @@ spec:
metadata:
annotations:
alpha.image.policy.openshift.io/resolve-names: "*"
app.openshift.io/vcs-uri: "[email protected]:valdar/camel-cicd-exampleapp.git"
app.openshift.io/vcs-uri: "<<unknown>>"
app.quarkus.io/quarkus-version: "3.12.0"
app.quarkus.io/vcs-uri: "https://github.com/valdar/camel-cicd-exampleapp.git"
app.quarkus.io/vcs-uri: "https://github.com/valdar/apache-camel-on-ocp-best-practices.git"
labels:
app.kubernetes.io/managed-by: "quarkus"
app.kubernetes.io/name: "camel-cicd-exampleapp"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quarkus.camel.openapi.codegen.model-package=org.apache.camel.quarkus

0 comments on commit 2b73483

Please sign in to comment.