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

View file

@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: crossplane
repo: https://charts.crossplane.io/stable
version: 1.19.0
namespace: crossplane-system
releaseName: crossplane
valuesFile: helm-values.yaml
resources:
- ns.yaml
- providerconfig.yaml
generators:
- secret-generator.yaml