Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minecraft: unused deprecated serviceAnnotations property #219

Open
Edouard127 opened this issue Aug 6, 2024 · 0 comments
Open

minecraft: unused deprecated serviceAnnotations property #219

Edouard127 opened this issue Aug 6, 2024 · 0 comments

Comments

@Edouard127
Copy link
Contributor

The minecraftServer.serviceAnnotations field present at

# DEPRECATED: use top-level rconServiceAnnotations instead
serviceAnnotations: {}
is not being used

We can confuse it with the real serviceAnnotations field present in the root level, thus applying no annotations to the service

used at
{{- if .Values.serviceAnnotations }}
annotations:
{{- range $key, $value := .Values.serviceAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}

As of 2024-08-06, the minecraftServer.serviceAnnotations is 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant