9 lines
No EOL
410 B
YAML
9 lines
No EOL
410 B
YAML
apiVersion: pkg.crossplane.io/v1
|
||
kind: Function
|
||
metadata:
|
||
name: crossplane-contrib-function-patch-and-transform
|
||
spec:
|
||
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.7.0
|
||
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
|
||
revisionActivationPolicy: Automatic # Otherwise our Provider never gets activate & healthy
|
||
revisionHistoryLimit: 1 |