-
Notifications
You must be signed in to change notification settings - Fork 2
/
crossplane.yaml
28 lines (26 loc) · 1.64 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
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-aws-database
annotations:
meta.crossplane.io/maintainer: Upbound <[email protected]>
meta.crossplane.io/source: github.com/upbound/configuration-aws-database
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This repository provides a foundational configuration to build and operate an AWS database, including handling its dependencies and configurations. The setup ensures a streamlined and repeatable deployment in a cloud environment.
meta.crossplane.io/readme: |
This repository offers a specialized configuration for deploying and managing an AWS database on Kubernetes using Crossplane. This setup provides the necessary infrastructure to deploy RDS instances 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-database).
spec:
crossplane:
version: ">=v1.14.1-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-aws-rds
# renovate: datasource=github-releases depName=upbound/provider-aws
version: "v1.17.0"
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
# renovate: datasource=github-releases depName=upbound/configuration-aws-network
version: "v0.19.0"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.7.0"