Skip to content

Commit

Permalink
[1.44.x] KOGITO-9757 Changed property expansion to use ${property_nam…
Browse files Browse the repository at this point in the history
…e} (#495)

KOGITO-9757 Changed property expansion to use ${property_name} (#472)

* KOGITO-9757 Changed property expansion to use ${property_name}



* Update serverlessworkflow/modules/ROOT/pages/cloud/quarkus/kubernetes-service-discovery.adoc



---------

Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Helber Belmiro <[email protected]>
Co-authored-by: Marián Macik <[email protected]>
  • Loading branch information
3 people committed Sep 6, 2023
1 parent b3a1d97 commit 36b1508
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,15 @@ For example, consider an application that consumes a resource running on Kuberne
.Example URI
[source,shell]
----
org.kie.kogito.sw.knative.service=knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli
org.kie.kogito.sw.knative.service=${knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli}
----

Or you can reference a specific endpoint of the Knative service using the following URI:

.Example endpoint URI
[source,shell]
----
org.kie.kogito.sw.knative.service=${knative:services.v1/serverless-workflow-greeting-quarkus/greeting-quarkus-cli}/endpoint
----

[NOTE]
Expand Down

0 comments on commit 36b1508

Please sign in to comment.