Skip to content

Commit b18d04d

Browse files
authored
Use new apiVersion and kind style dependencies in example (#846)
1 parent 866b9b8 commit b18d04d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/master/concepts/packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ metadata:
424424
name: test-configuration
425425
spec:
426426
dependsOn:
427-
- provider: xpkg.upbound.io/crossplane-contrib/provider-aws
427+
- apiVersion: pkg.crossplane.io/v1
428+
kind: Provider
429+
package: xpkg.upbound.io/crossplane-contrib/provider-aws
428430
version: ">=v0.36.0"
429431
crossplane:
430432
version: ">=v1.12.1-0"

0 commit comments

Comments
 (0)