Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is unclear about how to mount a PVC on Openshift #19528

Closed
mmuzikar opened this issue Aug 20, 2021 · 2 comments · Fixed by #19529, #22212, #22638 or #22761
Closed

Documentation is unclear about how to mount a PVC on Openshift #19528

mmuzikar opened this issue Aug 20, 2021 · 2 comments · Fixed by #19529, #22212, #22638 or #22761
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/kubernetes
Milestone

Comments

@mmuzikar
Copy link
Contributor

Description

If a user wants to attach a volume to their app they might be confused by the docs mentioning specifically secret and configmap volumes as if they were the only ones supported.

Implementation ideas

Just as
ConfigMap volumes

quarkus.openshift.config-map-volumes.my-volume.config-map-name=my-secret

is in the docs the same can be for
Persistent Volume Claims

quarkus.openshift.pvc-volumes.my-pvc.claim-name=my-pvc

@mmuzikar mmuzikar added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Aug 20, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 20, 2021

/cc @geoand, @iocanel

@geoand
Copy link
Contributor

geoand commented Aug 20, 2021

cc @metacosm

mmuzikar added a commit to mmuzikar/quarkus that referenced this issue Aug 20, 2021

Verified

This commit was signed with the committer’s verified signature.
gsmet Guillaume Smet
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 20, 2021
@gsmet gsmet modified the milestones: 2.3 - main, 2.2.0.Final Aug 23, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment