Skip to content

Commit

Permalink
Merge pull request #53 from ytsarev/sequence
Browse files Browse the repository at this point in the history
Sequence resources
  • Loading branch information
ytsarev authored Feb 3, 2025
2 parents 36d0438 + abd6076 commit 7e0db22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,17 @@ spec:
- name: serverCACertificateCert
type: FromConnectionSecretKey
fromConnectionSecretKey: serverCACertificateCert

- step: sequence-creation
functionRef:
name: crossplane-contrib-function-sequencer
input:
apiVersion: sequencer.fn.crossplane.io/v1beta1
kind: Input
rules:
- sequence:
- PrivateIPAddress
- PrivateConnection
- DBInstance
- DatabaseUser
- UpboundDatabase
3 changes: 3 additions & 0 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ spec:
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.8.1"
- function: xpkg.upbound.io/crossplane-contrib/function-sequencer
# renovate: datasource=github-releases depName=crossplane-contrib/function-sequencer
version: "v0.2.2"

0 comments on commit 7e0db22

Please sign in to comment.