feat: add crossplane with AWS integration
This commit is contained in:
parent
12b3ebbe6e
commit
88447c42e0
7 changed files with 330 additions and 0 deletions
17
bootstrap/crossplane/kustomization.yaml
Normal file
17
bootstrap/crossplane/kustomization.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue