Files
home-server/clusters/noble/bootstrap/argocd/apps/noble-platform.yaml

29 lines
982 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Noble cluster workloads — **single** `source` so Argo CDs resource tree lists all rendered
# objects (Helm + Kustomize). **spec.sources** (multi-source) is limited in the UI and often
# shows only one sources manifests (e.g. plain Kustomize without chart workloads).
#
# Renders **clusters/noble/apps** via **kustomization.yaml** (helmCharts + resources).
# Requires **kustomize.buildOptions: --enable-helm** in **argocd-cm** (see **values.yaml**).
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: noble-platform
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
source:
repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: main
path: clusters/noble/apps
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true