-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* minor style fix * CDK updates * Fixing S3 CSI driver and minor improvements in tests * deprecated gmaestro addon due to EOL in 2025 * incrementing default adot version * fixed broken link * one more broken link for paralus * fixed vpc cni addon dependency and aws lb controller * version increment * fixed unit tests and upgraded CDK to 2.173.4 * added a section on add-on ordering
- Loading branch information
1 parent
6c0e113
commit 8cafa9e
Showing
21 changed files
with
564 additions
and
460 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
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 |
---|---|---|
|
@@ -84,7 +84,7 @@ blueprints.EksBlueprint.builder() | |
| `deploy.postgresql.enable` | Deploy and use postgres database | false | | ||
| `deploy.postgresql.dsn` | DSN of your existing postgres database for paralus to use | "" | | ||
| `deploy.fluentbit.enable` | Deploy and use fluentbit for auditlogs with database storage | "" | | ||
| `paralus.initialize.adminEmail` | Admin email to access paralus | "<[email protected]>" | | ||
| `paralus.initialize.adminEmail` | Admin email to access paralus | `[email protected]` | | ||
| `paralus.initialize.org` | Organization name using paralus | "ParalusOrg" | | ||
| `auditLogs.storage` | Default storage of auditlogs | "database" | | ||
| `fqdn.domain` | Root domain | "paralus.local" | | ||
|
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
Oops, something went wrong.