2024-11-22 22:53:10 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: crossplane-compositions
|
|
|
|
namespace: argocd
|
|
|
|
labels:
|
|
|
|
env: dev
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
destination:
|
|
|
|
name: in-cluster
|
|
|
|
namespace: crossplane-system
|
|
|
|
source:
|
|
|
|
path: stacks/core/crossplane-compositions
|
2024-12-08 22:25:06 +00:00
|
|
|
repoURL: https://gitea.{{{ .Env.DOMAIN }}}/giteaAdmin/edfbuilder
|
2024-11-22 22:53:10 +00:00
|
|
|
targetRevision: HEAD
|
2024-11-22 22:57:44 +00:00
|
|
|
directory:
|
|
|
|
recurse: true
|