Skip to content

Commit b344eae

Browse files
authored
Add CRDs for function-kcl (#526)
1 parent 04e91d6 commit b344eae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libs/crossplane/config.jsonnet

+6
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ config.new(
165165
prefix: '^io\\.crossplane\\.fn\\.cel\\..*',
166166
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-cel-filter/refs/tags/v0.1.1/package/input/cel.fn.crossplane.io_filters.yaml'],
167167
localName: 'function_cel_filter'
168+
},
169+
{
170+
output: 'function-kcl/0.11',
171+
prefix: '^io\\.crossplane\\.fn\\..*',
172+
crds: ['https://raw.githubusercontent.com/crossplane-contrib/function-kcl/refs/tags/v0.11.4/package/input/template.fn.crossplane.io_kclinputs.yaml'],
173+
localName: 'function_kcl'
168174
}
169175
]
170176
)

0 commit comments

Comments
 (0)