feat: add crossplane with AWS integration

This commit is contained in:
David Landry 2025-03-01 12:17:43 -05:00
parent 12b3ebbe6e
commit 88447c42e0
7 changed files with 330 additions and 0 deletions

35
bootstrap/crossplane.yaml Normal file
View file

@ -0,0 +1,35 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
creationTimestamp: null
name: crossplane
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
ignoreDifferences:
- group: argoproj.io
jsonPointers:
- /status
kind: Application
project: default
source:
path: bootstrap/crossplane
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
syncPolicy:
automated:
allowEmpty: true
prune: true
selfHeal: true
syncOptions:
- allowEmpty=true
status:
health: {}
summary: {}
sync:
comparedTo:
destination: {}
source:
repoURL: ""
status: ""