Skip to content

Commit

Permalink
KOGITO-9757 Changed property expansion to use ${property_name} (apach…
Browse files Browse the repository at this point in the history
…e#472)

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

Signed-off-by: Helber Belmiro <[email protected]>

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

Co-authored-by: Marián Macik <[email protected]>

---------

Signed-off-by: Helber Belmiro <[email protected]>
Co-authored-by: Marián Macik <[email protected]>
  • Loading branch information
hbelmiro and MarianMacik authored Sep 6, 2023
1 parent bac3680 commit 7e231d9
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 7e231d9

Please sign in to comment.