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.
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 followsStateful 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.
Anything else we need to know?
No response
Which are the affected charts?
Console, Redpanda
Chart Version(s)
Cloud provider
JIRA Link: K8S-294