Skip to content

Commit 129837e

Browse files
committed
fix(composition): update function references to use correct crossplane-contrib names
1 parent 04944b0 commit 129837e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/nextdnsprofile/composition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
pipeline:
1111
- step: render-templates
1212
functionRef:
13-
name: function-go-templating
13+
name: crossplane-contrib-function-go-templating
1414
input:
1515
apiVersion: gotemplating.fn.crossplane.io/v1beta1
1616
kind: GoTemplate
@@ -98,4 +98,4 @@ spec:
9898
setOwnerReference: true
9999
- step: automatically-detect-ready-composed-resources
100100
functionRef:
101-
name: function-auto-ready
101+
name: crossplane-contrib-function-auto-ready

0 commit comments

Comments
 (0)