Please add a identityIdSelector
field to the KubernetesCluster
spec.forProvider.identity
field to allow selecting user assigned managed identities created by Crossplane
#2008
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: End to End Testing | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
e2e: | |
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main | |
with: | |
go-version: 1.21 | |
secrets: | |
UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }} | |
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }} |