mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-14 19:57:31 +00:00
The `flux tree kustomization` command prints the resources reconciled by the given Kustomization. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
12 lines
547 B
Text
12 lines
547 B
Text
Kustomization/{{ .fluxns }}/flux-system
|
|
├── Namespace/{{ .fluxns }}
|
|
├── Deployment/{{ .fluxns }}/helm-controller
|
|
├── Deployment/{{ .fluxns }}/kustomize-controller
|
|
├── Deployment/{{ .fluxns }}/notification-controller
|
|
├── Deployment/{{ .fluxns }}/source-controller
|
|
├── Kustomization/{{ .fluxns }}/infrastructure
|
|
│ ├── Namespace/cert-manager
|
|
│ ├── HelmRepository/cert-manager/cert-manager
|
|
│ └── HelmRelease/cert-manager/cert-manager
|
|
└── GitRepository/{{ .fluxns }}/flux-system
|
|
|