Skip to content

Commit

Permalink
Merge pull request #14 from phisco/metadata
Browse files Browse the repository at this point in the history
chore: add some metadata for the marketplace
  • Loading branch information
phisco authored Mar 5, 2024
2 parents a36b04d + 3be1551 commit 36b7571
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-environment-configs
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-environment-configs
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
A composition function that can retrieve and merge EnvironmentConfigs
into the Context.
meta.crossplane.io/readme: |
This composition function retrives EnvironmentConfigs and merge them in
the specified order into the Context at a well-known key,
apiextensions.crossplane.io/environment, a.k.a. the in-memory environment
as expected by function-patch-and-transform and potentially other
functions. Reimplements almost fully the same exact functionality
available in core Crossplane via Compositions'
spec.environment.environmentConfigs.
spec:
crossplane:
version: ">=v1.15.0"

0 comments on commit 36b7571

Please sign in to comment.