Update Argo CD documentation and kustomization files to include additional applications and namespace resources. Enhance README.md with current leaf applications and clarify optional components. This improves deployment clarity and organization for bootstrap workloads.
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
# Sub-kustomization included by **clusters/noble/bootstrap/kustomization.yaml**. Leaf **Application** /
|
||||
# **AppProject** resources (Helm apps you migrate off raw **helm upgrade** in Ansible). Synced with the
|
||||
# rest of **clusters/noble/bootstrap** via **noble-bootstrap-root** once automated sync is enabled.
|
||||
# Sub-kustomization included by **clusters/noble/bootstrap/kustomization.yaml**.
|
||||
# Leaf Argo **Application** resources for bootstrap workloads that should appear as separate apps
|
||||
# in Argo CD 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
|
||||
|
||||
Reference in New Issue
Block a user