-
Notifications
You must be signed in to change notification settings - Fork 0
/
crossplane.yaml
25 lines (25 loc) · 1.07 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
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-rds
annotations:
meta.crossplane.io/maintainer: The Getting Started Organization <[email protected]>
meta.crossplane.io/source: github.com/upbound/configuration-rds
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This AWS starter configuration offers PostgreSQL as a service backed by
RDS.
meta.crossplane.io/readme: |
This Configuration bundles an Upbound Cloud extension and an API
definition. The API will allow control planes to provision fully
configured Amazon Relational Database Service (RDS) instances, composed
using cloud service primitives from the [Upbound Official AWS
Provider](https://marketplace.upbound.io/providers/upbound/provider-aws).
The extension enables a hosted portal in Upbound Cloud for interacting
with your control plane’s APIs.
spec:
crossplane:
version: ">=v1.7.0-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-aws
version: ">=v0.24.0"