-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcrossplane.yaml
35 lines (33 loc) · 1.57 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
30
31
32
33
34
35
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-observability-oss
annotations:
meta.crossplane.io/maintainer: Upbound <[email protected]>
meta.crossplane.io/source: github.com/upbound/configuration-observability-oss
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This Crossplane configuration for Kubernetes and Data Services
is a starting point to observe your own internal cloud.
meta.crossplane.io/readme: |
This Crossplane `Configuration` for Kubernetes and Data Services
is a starting point to observe your own internal cloud.
It provides platform APIs to provision observability software to
infer the platform performance from metrics, and later also possibly
from logs and traces.
To learn more checkout the [GitHub repo](https://github.com/upbound/configuration-observability-oss/)
that you can copy and customize to meet the exact needs of your organization!
spec:
crossplane:
version: ">=v1.14.1-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-helm
version: "v0"
- provider: xpkg.upbound.io/upbound/provider-kubernetes
version: "v0"
- provider: xpkg.upbound.io/grafana/provider-grafana
# renovate: datasource=github-releases depName=grafana/crossplane-provider-grafana
version : "v0.8.0"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.8.1"