Conversation
541817b to
78e0520
Compare
|
I'm not sure how the existing structure was a problem. I just tested with: minecraftServer:
eula: "TRUE"
extraVolumes:
- volumeMounts:
- name: worlds
mountPath: /worlds
readOnly: true
volumes:
- name: worlds
emptyDir: {}and it rendered the latter part of container and volumes section as I'd expect: volumeMounts:
- name: datadir
mountPath: /data
- mountPath: /worlds
name: worlds
readOnly: true
volumes:
- name: datadir
emptyDir: {}
- emptyDir: {}
name: worlds |
78e0520 to
3521429
Compare
|
Hello, that is... surprising. I tried those options without success with a slight difference though: I did not specified a volumeMount for the main (minecraft) container. May I ask you to confirm that use case on your side and tell me if it fails too ? the even specifying |
|
Your snippet should be |
Typo in templates stopped this 'feature' to be used.