Skip to content

Commit

Permalink
Fix quarkusio#19528 added mounting PVCs section to openshift doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuzikar committed Aug 20, 2021
1 parent ef4bcaf commit 95234a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ quarkus.openshift.secret-volumes.my-volume.secret-name=my-secret
quarkus.openshift.config-map-volumes.my-volume.config-map-name=my-secret
----

===== Persistent Volume Claims

[source,properties]
----
quarkus.openshift.pvc-volumes.my-pvc.claim-name=my-pvc
----

=== Knative - OpenShift Serverless

OpenShift also provides the ability to use Knative via the link:https://www.openshift.com/learn/topics/serverless[OpenShift Serverless] functionality.
Expand Down

0 comments on commit 95234a1

Please sign in to comment.