pixie-io / pixie

Instant Kubernetes-Native Application Observability
https://px.dev
Apache License 2.0
5.38k stars 416 forks source link

Reorder kustomization patches to keep consistent ordering between envs #1944

Closed ddelnano closed 4 weeks ago

ddelnano commented 4 weeks ago

Summary: Reorder kustomization patches to keep consistent ordering between envs

This reordering was introduced in https://github.com/pixie-io/pixie/pull/1938. Note how the testing performed on that PR required looking at how the yaml was reordered for a few cases. This change fixes that reordering.

Relevant Issues: N/A

Type of change: /kind cleanup

Test Plan: Verified with kustomize build k8s/cloud/prod and kustomize build k8s/cloud/testing that the yaml before #1938 and after this fix match exactly