crossplane: created crossplane-argocd-applications/31/claim-31.yaml

This commit is contained in:
gitops_test 2025-11-19 12:08:17 +00:00
parent 1797ce4d3e
commit 1072d6808d

View File

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: application-31
namespace: dataprovider01
finalizers:
- resources-finalizer.argocd.argoproj.io
labels:
observer: "true"
uuid: "31"
spec:
project: default
source:
repoURL: http://gitea-http.dataprovider01.svc.cluster.local:3000/gitops_test/data-repo
path: crossplane-claims/31
targetRevision: master
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true