-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcrossplane.yaml
29 lines (28 loc) · 1.55 KB
/
crossplane.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-aws-network
annotations:
meta.crossplane.io/maintainer: Upbound <[email protected]>
meta.crossplane.io/source: github.com/upbound/configuration-aws-network
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This configuration provides a foundation to build and operate AWS networks.
meta.crossplane.io/readme: |
This configuration is used for deploying and managing AWS network clusters on Kubernetes using Crossplane. This setup provides the necessary infrastructure to deploy AWS network managed with Crossplane in Kubernetes. This approach ensures a flexible, streamlined deployment workflow.
For more details and customization options, you can explore [the GitHub repository](https://github.com/upbound/configuration-aws-network).
spec:
crossplane:
version: ">=v1.14.1-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-aws-ec2
version: "v1"
- function: xpkg.upbound.io/crossplane-contrib/function-auto-ready
# renovate: datasource=github-releases depName=crossplane-contrib/function-auto-ready
version: "v0.4.2"
- function: xpkg.upbound.io/crossplane-contrib/function-go-templating
# renovate: datasource=github-releases depName=crossplane-contrib/function-go-templating
version: "v0.9.2"
- function: xpkg.upbound.io/crossplane-contrib/function-kcl
# renovate: datasource=github-releases depName=crossplane-contrib/function-kcl
version: "v0.11.2"