Skip to content

Commit

Permalink
Merge pull request #3 from upbound/cluster-name
Browse files Browse the repository at this point in the history
Add clusterName to status and bump configuration-aws-eks
  • Loading branch information
kaessert authored Oct 9, 2024
2 parents 80339cb + e6b0ac1 commit bcf45e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apis/pat/composition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ spec:
- type: FromCompositeFieldPath
fromFieldPath: spec.parameters.serviceAccount.namespace
toFieldPath: spec.forProvider.namespace
- type: ToCompositeFieldPath
fromFieldPath: status.atProvider.clusterName
toFieldPath: status.podIdentity.clusterName

- name: iamRole
base:
Expand Down
2 changes: 1 addition & 1 deletion crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
dependsOn:
- configuration: xpkg.upbound.io/upbound/configuration-aws-eks
# renovate: datasource=github-releases depName=upbound/configuration-aws-eks
version: "v0.12.0"
version: "v0.13.1"

0 comments on commit bcf45e8

Please sign in to comment.