memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
13 stars 9 forks source link

[Bug]: Label Usage #3

Closed jseiser closed 1 year ago

jseiser commented 1 year ago

Contact Details

justinseiser@gmail.com

What happened?

  1. Should use your templated labels

labels, and selectorLabels are templated:

https://github.com/memgraph/helm-charts/blob/main/charts/memgraph/templates/_helpers.tpl#L33

Yet they are not used: https://github.com/memgraph/helm-charts/blob/main/charts/memgraph/templates/statefulset.yaml#L12

  1. Should allow setting custom labels

It would also be nice, to be able to add custom labels.

Chart type

Standalone

Chart version

0.1.0

Environment

Local Machine

Relevant log output

No response