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

[mattermost-enterprise-edition] Mistake in the mysqlha helm chart #483

Open
Towarmat83 opened this issue Nov 28, 2024 · 0 comments
Open

Comments

@Towarmat83
Copy link

Hello, I would like to use your mattermost enterprise edition for my self hosted instance.

To do that, I'm using your helm chart according this link : https://helm.mattermost.com/index.yaml
I'm using this link so I can download automatically each new release.

With that, I have access to the .tgz however, I notice a mistake in each version of mattermost enterprise edition.

I already use the team-edition with this mechanism and it works very well. Only the entreprise edition is concerned.

This mistake is in the mysqlha repository (charts/mysqlha/statefulset.yaml).

In this file, there is a double "selector" giving me a error to correctly apply your chart.

spec:
  selector:
    matchLabels:
      app: {{ template "fullname" . }}
      release: {{ .Release.Name }}
  serviceName: {{ template "fullname" . }}
  replicas: {{ .Values.mysqlha.replicaCount }}
  selector:
    matchLabels:
      app: {{ template "fullname" . }}

The second "selector" is duplicated.

I can't do a pull request because the actual github repository isn't the .tgz but the .zip available in the Release page.

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