itzg / itzg/minecraft-server-charts

Missing values in helm templates

Open
#141 5 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
Mustache
Stars
406
Forks
164
Avg merge
1h 34m
Merged PRs (30d)
1

Description

In the helm chart, two values are missing, as previously added in Minecraft bedrock.
https://github.com/itzg/docker-minecraft-bedrock-server/blob/ab51be217cf5f245fcb3239466f145af3a9422ba/property-definitions.json#L112

https://github.com/itzg/docker-minecraft-bedrock-server/blob/ab51be217cf5f245fcb3239466f145af3a9422ba/property-definitions.json#L116

I did not find those two values can be easily controlled in the helm chart values.

```yaml
"emit-server-telemetry": {
"env": "EMIT_SERVER_TELEMETRY",
"allowed": ["true","false"]
},
"enable-lan-visibility": {
"env": "ENABLE_LAN_VISIBILITY",
"allowed": ["true","false"]
}
```

I expect this feature can be added.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the Helm chart's values and templates, then compare the available settings with the two referenced entries in property-definitions.json. Add chart controls for EMIT_SERVER_TELEMETRY and ENABLE_LAN_VISIBILITY, accepting true or false, and verify that both settings can be configured through the chart values.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.