-
Before trying longhorn or other alternative I thought I could just make an easy test with pvc. However it looks more complicated. I am using helm chart provided in this repo. I think this chart uses ConfigMaps and is not using any of persistent volumes. My volume gets created but it does not get bound, it stays Available. this is my pvc config:
|
Beta Was this translation helpful? Give feedback.
Answered by
jertel
May 18, 2024
Replies: 1 comment 3 replies
-
You need to tell the chart to mount the volume using the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need
extraVolumeMounts
provided you specified therulesVolumeName
param.