Is your feature request related to a problem? Please describe.
HPA objects incorrectly show as out of sync in ArgoCD if the metrics ordering doesn't match what's expected. This has been resolved in the opentelemetry-collector chart (see here: https://github.com/honeycombio/helm-charts/pull/164), but is still present in the refinery and secure-tenancy charts.
Describe the solution you'd like
Reorder the resouce metrics in the refinery and secure-tenancy charts to have memory before cpu.
Additional context
Happy to PR this in if you agree with it.
Is your feature request related to a problem? Please describe. HPA objects incorrectly show as
out of sync
in ArgoCD if the metrics ordering doesn't match what's expected. This has been resolved in theopentelemetry-collector
chart (see here: https://github.com/honeycombio/helm-charts/pull/164), but is still present in therefinery
andsecure-tenancy
charts.Describe the solution you'd like Reorder the resouce metrics in the
refinery
andsecure-tenancy
charts to have memory before cpu.Additional context Happy to PR this in if you agree with it.