You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- range $key, $value := .Values.serviceAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
As of 2024-08-06, the minecraftServer.serviceAnnotationsis not used, which means that we can safely remove it
Because it's not worth creating a new release simply to remove a deprecated field, someone can reference this issue in the next release pull request to remove it
The text was updated successfully, but these errors were encountered:
The
minecraftServer.serviceAnnotations
field present atminecraft-server-charts/charts/minecraft/values.yaml
Lines 257 to 258 in 197dcf3
We can confuse it with the real
serviceAnnotations
field present in the root level, thus applying no annotations to the serviceminecraft-server-charts/charts/minecraft/values.yaml
Line 428 in 197dcf3
minecraft-server-charts/charts/minecraft-bedrock/templates/minecraft-svc.yaml
Lines 13 to 17 in 197dcf3
As of 2024-08-06, the
minecraftServer.serviceAnnotations
is not used, which means that we can safely remove itBecause it's not worth creating a new release simply to remove a deprecated field, someone can reference this issue in the next release pull request to remove it
The text was updated successfully, but these errors were encountered: