Skip to content

Conversation

@stefanprodan
Copy link
Member

Fix: #2149

Before:

$ flux tree ks apps-sync
Kustomization/flux-system/apps-sync
├── Namespace/apps
├── HelmRelease/apps/podinfo
│   ├── Service/podinfo
│   ├── Deployment/podinfo
│   └── HorizontalPodAutoscaler/podinfo
├── Ingress/apps/podinfo
└── HelmRepository/apps/podinfo

After:

$ flux tree ks apps-sync
Kustomization/flux-system/apps-sync
├── Namespace/apps
├── HelmRelease/apps/podinfo
│   ├── Service/apps/podinfo
│   ├── Deployment/apps/podinfo
│   └── HorizontalPodAutoscaler/apps/podinfo
├── Ingress/apps/podinfo
└── HelmRepository/apps/podinfo

@stefanprodan stefanprodan requested a review from hiddeco January 31, 2023 13:55
@stefanprodan stefanprodan changed the title flux tree: Add namespaces to objects reconcile from HRs flux tree: Add namespaces to objects reconciled from HRs Jan 31, 2023
@stefanprodan stefanprodan merged commit feccc36 into main Jan 31, 2023
@stefanprodan stefanprodan deleted the tree-hr-ns branch January 31, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flux tree: nested items don't include the namespace

3 participants