initialized management-repo
This commit is contained in:
commit
1b57c3d84d
0
applications/.empty
Normal file
0
applications/.empty
Normal file
24
data-application-template.yaml
Normal file
24
data-application-template.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
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