Skip to content

Commit

Permalink
Merge pull request #62 from djeremiah/main
Browse files Browse the repository at this point in the history
Move function-p&t from upbound to crossplane-contrib
  • Loading branch information
haarchri authored Feb 16, 2024
2 parents 9d5b546 + 410421b commit b2dacc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-container
kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-servicenetworking
kubectl delete provider.pkg.crossplane.io upbound-provider-gcp-sql

kubectl delete function.pkg.crossplane.io upbound-function-patch-and-transform
kubectl delete function.pkg.crossplane.io crossplane-contrib-function-patch-and-transform
```

## Customize for your Organization
Expand Down
2 changes: 1 addition & 1 deletion apis/cluster/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
pipeline:
- step: patch-and-transform
functionRef:
name: upbound-function-patch-and-transform
name: crossplane-contrib-function-patch-and-transform
input:
apiVersion: pt.fn.crossplane.io/v1beta1
kind: Resources
Expand Down
4 changes: 2 additions & 2 deletions examples/functions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: upbound-function-patch-and-transform
name: crossplane-contrib-function-patch-and-transform
spec:
package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1
package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1

0 comments on commit b2dacc5

Please sign in to comment.