mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 150 forks source link

Operator chart installation values do not match installation documentation #274

Open FullofQuarks opened 2 years ago

FullofQuarks commented 2 years ago

Regarding the Mattermost installation manifest, the documentation states that certain fields, such as ingress.host exist, and that ingressName is deprecated. However, the Helm chart in this repo does not seem to show that ingress.host exists.

In those same instructions, it states that you can also install the operator directly via manifest. This manifest shows the updated ingress.host and deprecated properties.

I would like to use Helm to deploy the operator. Is there a way to get these updated, or at least have the documentation match? Thanks!