redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
78 stars 96 forks source link

Adding a prefix to the resource names in addition to the deployment name #1425

Open comsma opened 4 months ago

comsma commented 4 months ago

What happened?

I am working on integrating the redpanda chart into a helm chart I have been working on.

When i install my chart with the name of commerce the redpanda resources display as follows

Stateful set

commerce

Deployments

commerce-console

Config Maps

commerce-console commerce-rpk

This makes it hard to identify against the resources in my commerce chart. I have also used the fullnameOverride but using that does not dynamically apply the chart name making it hard to identify with the rest of the deployed chart.

What did you expect to happen?

perhaps these resources could be prefixed by redpanda or if a chart value was exposed that could be checked in the redpanda.Fullname helper and optionally add the redpanda prefix.

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

No values are needed to produce this, deploy the chart with no modifications.

Anything else we need to know?

No response

Which are the affected charts?

Console, Redpanda

Chart Version(s)

5.8.12

Cloud provider

Hosted on premise using kubeadm

JIRA Link: K8S-294