mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
493 B
Plaintext
12 lines
493 B
Plaintext
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
|
|
└── GitRepository/{{ .fluxns }}/flux-system
|
|
|