diff --git a/logging/README.adoc b/logging/README.adoc index 9d653edeb7..a6a3b3808b 100644 --- a/logging/README.adoc +++ b/logging/README.adoc @@ -1242,7 +1242,12 @@ endif::useHelmChartDir[] ifndef::useHelmChartDir[] [source,yaml] ---- -Unresolved directive in ../shared-doc/helm-deploy-project.adoc - include::/home/runner/work/quickstart/quickstart/logging/charts/helm.yaml[] +build: + uri: https://github.com/wildfly/quickstart.git + ref: main + contextDir: logging +deploy: + replicas: 1 ---- endif::useHelmChartDir[] endif::requires-http-route[] @@ -1651,7 +1656,12 @@ endif::useHelmChartDir[] ifndef::useHelmChartDir[] [source,yaml] ---- -Unresolved directive in ../shared-doc/helm-deploy-project.adoc - include::/home/runner/work/quickstart/quickstart/logging/charts/helm.yaml[] +build: + uri: https://github.com/wildfly/quickstart.git + ref: main + contextDir: logging +deploy: + replicas: 1 ---- endif::useHelmChartDir[] endif::requires-http-route[]