-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use secret for storing connectioninfo (bucketname) in s3-irsa example (…
…#177) * Eksctl update (#2) * Update package version and args to match terraform bootstrap * Add deployment for crossplane helm provider and argocd to eksctl bootstrap * temporary change to region for testing with existing deployment in us-west-2 * Adjust permission boundary to allow CreateRole Quotes around ACCOUNT_ID in environmentconfig * Change region to us-east-1 to match default in terraform bootstrap Remove Deny for CreateRole Add missing ControllerConfig apply for Helm Provider * Request changes from PR Review * Install ArgoCD chart from cli instead of via crossplane helm provider * S3 secret fix (#4) * Add annotations to for saving s3 bucket as secret for s3irsa example * Add writeConnectionSecretToRef to base.spec in Composition Change writeConnectionSecretToRef.name in claim in case of conflicts * Add annotations for ConnectionSecret to s3irsa composition * use secret for bucketname * corrected connectiondetails * change secret key to match configmap remove configmap * feat(upgrade): upgrading aws-provider and fixing warnings (#179) * fixing some warnings * matching service * reverting a test * feat(upgrade): upbound aws-provider to 1.2.1 and clearing warnings * upgrading eksclt as well * apigw warning cleanup * Update CODEOWNERS (#180) Adding Navya to Codeowners * Resolving merge conflicts Eksctl update (#2) * Update package version and args to match terraform bootstrap * Add deployment for crossplane helm provider and argocd to eksctl bootstrap * temporary change to region for testing with existing deployment in us-west-2 * Adjust permission boundary to allow CreateRole Quotes around ACCOUNT_ID in environmentconfig * Change region to us-east-1 to match default in terraform bootstrap Remove Deny for CreateRole Add missing ControllerConfig apply for Helm Provider * Merge conflicts fix Request changes from PR Review * Install ArgoCD chart from cli instead of via crossplane helm provider * Merge conflict fix S3 secret fix (#4) * Add annotations to for saving s3 bucket as secret for s3irsa example * Add writeConnectionSecretToRef to base.spec in Composition Change writeConnectionSecretToRef.name in claim in case of conflicts * Add annotations for ConnectionSecret to s3irsa composition * use secret for bucketname * corrected connectiondetails * change secret key to match configmap remove configmap * Resolve merge conflict for provider version * Resolve merge confict * Resolve merge conflict - add cr --------- Co-authored-by: candonov <25967713+candonov@users.noreply.github.com>
- Loading branch information
1 parent
e86b468
commit b03d0b2
Showing
9 changed files
with
20 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ spec: | |
args: | ||
- --debug | ||
- --enable-management-policies | ||
|
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 |
---|---|---|
|
@@ -6,4 +6,3 @@ data: | |
awsAccountID: "ACCOUNT_ID" | ||
eksOIDC: OIDC_PROVIDER | ||
vpcID: VPC_ID | ||
|
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
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