Skip to content

Commit

Permalink
Merge pull request #13 from negz/release-0.2-meta
Browse files Browse the repository at this point in the history
[release-0.2] Add package metadata
  • Loading branch information
negz authored Nov 3, 2023
2 parents 7bdd034 + a26e737 commit 59c48e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@ apiVersion: meta.pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-go-templating
annotations:
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]>
meta.crossplane.io/source: github.com/crossplane-contrib/function-go-templating
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: A Go templating composition function
meta.crossplane.io/readme: |
This composition function allows you to compose Crossplane resources using
[Go templates](https://pkg.go.dev/text/template). If you've written a
[Helm chart](https://helm.sh) before, using this function will be a
familiar experience. See the
[README](https://github.com/crossplane-contrib/function-go-templating)
for examples and documentation.
spec: {}

0 comments on commit 59c48e1

Please sign in to comment.