Skip to content

Commit

Permalink
Add CRDs for functions patch-and-transform and cel-filter (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
artych authored Nov 25, 2024
1 parent 8e05c15 commit 05b66e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,17 @@ config.new(
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_terraform',
},
{
output: 'function-patch-and-transform/0.7',
prefix: '^io\\.crossplane\\.fn\\.pt\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-patch-and-transform/refs/tags/v0.7.0/package/input/pt.fn.crossplane.io_resources.yaml'],
localName: 'function_patch_and_transform'
},
{
output: 'function-cel-filter/0.1',
prefix: '^io\\.crossplane\\.fn\\.cel\\..*',
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-cel-filter/refs/tags/v0.1.1/package/input/cel.fn.crossplane.io_filters.yaml'],
localName: 'function_cel_filter'
}
]
)

0 comments on commit 05b66e7

Please sign in to comment.