-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set specific awsClusterRoleIdentityName for CAPA test suites (#444)
* Set specific awsClusterRoleIdentityName for eks, private and normal e2e tests. * Added cluster role identity to more test suites Signed-off-by: Marcus Noble <[email protected]> * Updated changelog Signed-off-by: Marcus Noble <[email protected]> * Remove team name from value Signed-off-by: Marcus Noble <[email protected]> * Updated readme Signed-off-by: Marcus Noble <[email protected]> * Remove account override for private Signed-off-by: Marcus Noble <[email protected]> --------- Signed-off-by: Marcus Noble <[email protected]> Co-authored-by: Marcus Noble <[email protected]>
- Loading branch information
1 parent
ea22e6e
commit 12bc3bf
Showing
7 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# Values provided here merge on top of the default values found in https://github.com/giantswarm/cluster-standup-teardown | ||
global: | ||
providerSpecific: | ||
awsClusterRoleIdentityName: giantswarm-grizzly-wc-e2e |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# Values provided here merge on top of the default values found in https://github.com/giantswarm/cluster-standup-teardown | ||
global: | ||
providerSpecific: | ||
awsClusterRoleIdentityName: giantswarm-grizzly-wc-e2e-eks |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# Values provided here merge on top of the default values found in https://github.com/giantswarm/cluster-standup-teardown | ||
global: | ||
providerSpecific: | ||
awsClusterRoleIdentityName: giantswarm-grizzly-wc-e2e-eks |