Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/aws/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-shell
annotations:
#annotations:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
#render.crossplane.io/runtime: Development
spec:
# This is ignored when using the Development runtime.
package: function-shell
package: xpkg.upbound.io/crossplane-contrib/function-shell:v0.4.1
---
apiVersion: pkg.crossplane.io/v1beta1
kind: Function
metadata:
name: function-extra-resources
spec:
package: xpkg.upbound.io/crossplane-contrib/function-extra-resources:v0.0.3
package: xpkg.upbound.io/crossplane-contrib/function-extra-resources:v0.1.0
Loading