Refactor Argo CD application deployment by removing obsolete tasks and updating README for clarity. Introduce new task inclusion for Argo CD applications post-platform Helm installation, ensuring proper application order and synchronization.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 16:57:51 -04:00
parent 4adaf100a2
commit c4e000d2d5
26 changed files with 512 additions and 41 deletions

View File

@@ -0,0 +1,20 @@
# Sub-kustomization included by **clusters/noble/bootstrap/kustomization.yaml**.
# Leaf Argo **Application** resources for bootstrap workloads shown as separate apps under **noble-bootstrap-root**.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cilium-application.yaml
- metrics-server-application.yaml
- longhorn-application.yaml
- metallb-application.yaml
- traefik-application.yaml
- cert-manager-application.yaml
- kyverno-application.yaml
- kyverno-policies-application.yaml
- kube-vip-application.yaml
- csi-snapshot-crds-application.yaml
- csi-snapshot-controller-application.yaml
- kube-prometheus-application.yaml
- loki-application.yaml
- fluent-bit-application.yaml
- headlamp-application.yaml