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
Describe the bug
Most components in the Helm chart use the fullname which comes from either the releasename or the fullnameOverride value. They all have a _helpers.tpl with lines like below from the gateway component
which is just the value loki or enterprise-logs or the nameOverride. This leads to inconsistent names, some services and pods are named release-name-loki- some are just loki-. This could also lead to conflicts if you are deploying multiple loki instances
To Reproduce
Steps to reproduce the behavior:
Deploy Loki with the helm chart
Expected behavior
All resources use a consistent naming scheme to allow for easy identification and conflict prevention
Environment:
Infrastructure: Kubernetes
Deployment tool: helm
Screenshots, Promtail config, or terminal output
Example
Describe the bug
Most components in the Helm chart use the fullname which comes from either the releasename or the fullnameOverride value. They all have a
_helpers.tpl
with lines like below from the gateway componenthowever the following components
all have the following type helper
which is just the value
loki
orenterprise-logs
or the nameOverride. This leads to inconsistent names, some services and pods are namedrelease-name-loki-
some are justloki-
. This could also lead to conflicts if you are deploying multiple loki instancesTo Reproduce
Steps to reproduce the behavior:
Deploy Loki with the helm chart
Expected behavior
All resources use a consistent naming scheme to allow for easy identification and conflict prevention
Environment:
Screenshots, Promtail config, or terminal output
Example
The text was updated successfully, but these errors were encountered: