Files
cluster.fun/manifests/_apps/homelab-accesible-check.yaml
2025-11-09 11:46:28 +00:00

27 lines
594 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-homelab-accessible-check
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: homelab-accessible-check
name: cluster-fun (v2)
source:
path: manifests/homelab-accessible-check
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---