Skip to content

Commit

Permalink
fix(pcr): honor the providerConfigRef (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri authored May 29, 2024
1 parent 3ab75d8 commit 2fa58b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
vpcIdSelector:
matchLabels:
networks.aws.platform.upbound.io/network-id: {{ $spec.parameters.id }}
providerConfigRef:
name: {{ $spec.parameters.providerConfigName }}
{{- range $i, $rule := $spec.parameters.rules }}
{{ $cidr := $rule.cidrBlocks }}
{{- if not $cidr }}
Expand Down

0 comments on commit 2fa58b2

Please sign in to comment.