The NFS volume extraVolumes example in charts/minecraft/values.yaml is missing the "nfs" key needed to define a proper NFS typed volume. Without it, the helm chart templates render an emptyDir volume instead and complain about unknown values. Adding that key renders a working NFS volume in the pod definition.
The NFS volume extraVolumes example in charts/minecraft/values.yaml is missing the "nfs" key needed to define a proper NFS typed volume. Without it, the helm chart templates render an emptyDir volume instead and complain about unknown values. Adding that key renders a working NFS volume in the pod definition.
=vs=