[2025-11-05 11:28] updated repository structure: 2 deletions: ['applications', 'data-application-template.yaml']

This commit is contained in:
gitops_test 2025-11-05 11:28:31 +00:00
parent f72b91c549
commit 7f1eee594d
2 changed files with 0 additions and 24 deletions

View File

View File

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