Skip to content

Commit

Permalink
[WFLY-19335] Fixes from code review to improve rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jun 17, 2024
1 parent 5fd46e6 commit 65a06c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions shared-doc/helm-deploy-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ endif::[]
The Maven profile named `openshift` is used by the Helm chart to provision the server with the quickstart deployed on the root web context, and thus the application should be accessed with the URL without the `/{artifactId}` path segment after `HOST:PORT`.
====

ifdef::openshift,post-helm-install-actions-openshift[]
ifdef::openshift+post-helm-install-actions-openshift[]
include::{post-helm-install-actions-openshift}[leveloffset=+1]
endif::openshift,post-helm-install-actions-openshift[]
ifdef::kubernetes,post-helm-install-actions-kubernetes[]
endif::openshift+post-helm-install-actions-openshift[]
ifdef::kubernetes+post-helm-install-actions-kubernetes[]
include::{post-helm-install-actions-kubernetes}[leveloffset=+1]
endif::kubernetes,post-helm-install-actions-kubernetes[]
endif::kubernetes+post-helm-install-actions-kubernetes[]
8 changes: 6 additions & 2 deletions shared-doc/helm-undeploy-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
$ helm uninstall {helm-app-name}
----
ifdef::kubernetes[]
Stop the port forward you created earlier with `kubectl port-forward service/{helm-app-name} 8080:8080`.
endif::[]
To stop the port forward you created earlier use:
[source,options="nowrap",subs="+attributes"]
----
$ kubectl port-forward service/{helm-app-name} 8080:8080
----
endif::[]

0 comments on commit 65a06c2

Please sign in to comment.