flux2
flux2 copied to clipboard
Order flux tree according to dependsOn
Describe the bug
flux tree does not seem to take into consideration dependsOns It would be quite nice of tree nodes were sorted based on dependsOn
Steps to reproduce
flux tree ks <name>
output might be something like
Kustomization/flux-system/vimana
├── ConfigMap/flux-system/vimana-env
├── Kustomization/flux-system/vimana-apps
├── Kustomization/flux-system/vimana-config
│ └── ExternalSecret/default/vimana-jwt-secret
└── Kustomization/flux-system/vimana-data
if the items contain dependsOn the tree should be sorted according to that
Expected behavior
see above
Screenshots and recordings
No response
OS / Distro
N/A
Flux version
v2.5.1
Flux check
N/A
Git provider
No response
Container Registry provider
No response
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct