Skip to content

Commit

Permalink
fix xrdbase, making environmentConfigRefs nullable
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jul 6, 2024
1 parent 553a038 commit a72ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkl/crossplane.contrib/XRDBase.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract class Spec {
compositionRevisionSelector: CompositionRevisionSelector?
compositionUpdatePolicy: CompositionUpdatePolicy?
claimRef: ClaimRef?
environmentConfigRefs: Listing<EnvironmentConfigRef>
environmentConfigRefs: Listing<EnvironmentConfigRef>?
publishConnectionDetailsTo: PublishConnectionDetailsTo?
resourceRefs: Listing<ResourceRef>?
writeConnectionSecretToRef: WriteConnectionSecretToRef?
Expand Down

0 comments on commit a72ba4c

Please sign in to comment.