Closed josephshanak closed 7 months ago
A possible work-around is to set minecraftServer.eula
to false
. However, I think this would only work if you are using persistence.dataDir.existingClaim
.
It would be great if someone submitted a PR for this.
You are not able to set a
replicaCount
to 0. Doing so results in a1
replica instead of0
replicas. The use case is this is that I'd like to scale down the minecraft server while making other changes to the chart. However, when I apply the chart it keeps scaling it back to 1.This is pretty easy to repro by running:
which returns
However using other values works:
returns
I believe this is caused by: https://github.com/helm/helm/issues/3164
That issue is attached to several work-around PRs, which may be helpful to resolve this.