[2025-11-05 11:28] updated repository structure: 2 deletions: ['applications', 'data-application-template.yaml']
This commit is contained in:
parent
f72b91c549
commit
7f1eee594d
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user