itzg / itzg/minecraft-server-charts
subPath on volumeMounts
- Dominant language
- Mustache
- Stars
- 406
- Forks
- 164
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 1
Description
Hi there, is there a way to mount the /data dir using a subPath within the volumeMounts?
I want to store the data within a sub folder on my PVC like: /games/minecraft/instance1/data rather than just /data.
```
volumeMounts:
- name: datadir
mountPath: /data
subPath: /games/minecraft/instance1/data
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named in the issue. Start by tracing the chart's volumeMounts configuration and checking Kubernetes subPath semantics; done means determining whether the chart can express the requested nested PVC path and documenting or implementing the supported configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100