-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
34 lines (34 loc) · 1.28 KB
/
config.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
30
31
32
33
34
# A configuration is a core concept in Crossplane. It's a collection
# of related resources, and is a unit of versioning, dependency management, and
# collaboration.
apiVersion: crossplane.io/v1alpha1
kind: Configuration
metadata:
name: cloud-native-platform
spec:
descriptor:
company: Accenture
maintainers:
- name: Jan Willies
email: jan.willies@accenture.com
keywords:
- "cloud-native"
- "kubernetes"
license: Apache-2.0
# A list of all definitions that are in this configuration
# these could be generated by tooling by scanning the "definitions" directory
definitions:
- crd: "cluster.cnp.accenture.com/v1alpha1"
# A list of all CRDs that this configuration depends on or consumes
definitionsUsed:
- crd: "kubernetesclusters.compute.crossplane.io/v1alpha1"
- crd: "mysqlinstances.database.crossplane.io/v1alpha1"
- crd: "kubernetesapplications.workload.crossplane.io/v1alpha1"
- crd: "kubernetesapplicationresources.workload.crossplane.io/v1alpha1"
# a list of configurations and providers that are used along with version
# constraints if any.
dependencies:
- package: crossplane/provider-aws
version: ">=2.4"
- source: github.com/foo/bar
version: "88943adbf"