Allow custom labels in CCM Helm chart #1021
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What would you like to be added:
Add custom labels to objects of the AWS CCM Helm chart.
Why is this needed:
We install the AWS CCM as a Helm chart. We also add labels to all infrastructure components (e.g.
app.kubernetes.io/part-of: core-infrastructure
), to make it easeir to distinguish them from user workloads and allocate cost appropariately.Unfortunately, the AWS CCM Helm chart does not allow customizing object labels, like e.g. the cluster autoscaler does with
additionalLabels
, so we can't follow our usual pattern here./kind feature
The text was updated successfully, but these errors were encountered: