Function-conditional-patch-and-transform is a fork of https://github.com/crossplane-contrib/function-patch-and-transform with the additional feature of being able to conditionally run the function or render each resource in a Composition.
version v0.4.0:
- includes the upstream fix for patch ordering from PR crossplane-contrib#55.
- Synchronized with upstream as of 11/30
To use this version, install the following manifest:
apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-conditional-patch-and-transform
spec:
package: xpkg.upbound.io/borrelli-org/function-conditional-patch-and-transform:v0.4.0
What's Changed
]* update readme by @stevendborrelli in #6
- Patch ordering by @stevendborrelli in #7
Full Changelog: v0.3.0...v0.4.0