I am using a custom Helm chart which includes this humio-operator Helm chart as a dependency. The Deployment name here is an unfortunate choice as the term humio is used all over the place including both the name of the chart I am using and possibly the Helm release name.
I would like to see the option to override the name of the Deployment (or even hard code it to humio-operator though this is not as flexible and will cause churn for already deployed installations).
I am using a custom Helm chart which includes this humio-operator Helm chart as a dependency. The Deployment name here is an unfortunate choice as the term
humiois used all over the place including both the name of the chart I am using and possibly the Helm release name.I would like to see the option to override the name of the Deployment (or even hard code it to
humio-operatorthough this is not as flexible and will cause churn for already deployed installations).