1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add flux tree to e2e tests

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-10-26 16:01:15 +03:00
parent 722962c138
commit d9bb4c631e
5 changed files with 26 additions and 11 deletions

View File

@@ -65,8 +65,6 @@ status:
v: v1
- id: cert-manager_cert-manager_source.toolkit.fluxcd.io_HelmRepository
v: v1beta1
- id: cert-manager_cert-manager_helm.toolkit.fluxcd.io_HelmRelease
v: v2beta1
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
@@ -87,3 +85,4 @@ status:
reason: ReconciliationSucceeded
status: "True"
type: Ready
---

View File

@@ -1,6 +1,5 @@
Kustomization/{{ .fluxns }}/flux-system
├── Kustomization/{{ .fluxns }}/infrastructure
── HelmRepository/cert-manager/cert-manager
│ └── HelmRelease/cert-manager/cert-manager
── HelmRepository/cert-manager/cert-manager
└── GitRepository/{{ .fluxns }}/flux-system

View File

@@ -6,7 +6,6 @@ Kustomization/{{ .fluxns }}/flux-system
├── Deployment/{{ .fluxns }}/source-controller
├── Kustomization/{{ .fluxns }}/infrastructure
│ ├── Namespace/cert-manager
── HelmRepository/cert-manager/cert-manager
│ └── HelmRelease/cert-manager/cert-manager
── HelmRepository/cert-manager/cert-manager
└── GitRepository/{{ .fluxns }}/flux-system