Skip to content

Commit

Permalink
ROX-26039: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Nov 12, 2024
1 parent 56d6923 commit a1ecf80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/env/defaults/cluster-type-infra-openshift/env
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export FLEETSHARD_SYNC_RESOURCES_DEFAULT='{"requests":{"cpu":"400m","memory":"1000Mi"},"limits":{"cpu":"400m","memory":"1000Mi"}}'
export EXPOSE_OPENSHIFT_ROUTER_DEFAULT="true"
export ENABLE_EXTERNAL_CONFIG_DEFAULT="true"
export AWS_AUTH_HELPER_DEFAULT="aws-saml"
3 changes: 3 additions & 0 deletions dev/env/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ export GITROOT
source "${GITROOT}/dev/env/scripts/lib.sh"
# shellcheck source=/dev/null
source "${GITROOT}/dev/env/scripts/docker.sh"
# shellcheck source=/dev/null
source "${GITROOT}/scripts/lib/external_config.sh"

init
init_chamber

log "** Preparing ACSCS Environment **"
print_env
Expand Down
1 change: 1 addition & 0 deletions fleetshard/pkg/central/cloudprovider/awsclient/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ func newCreateCentralDBInstanceInput(input *createCentralDBInstanceInput) *rds.C
PromotionTier: aws.Int64(dbInstancePromotionTier),
CACertificateIdentifier: aws.String(dbCACertificateType),
AutoMinorVersionUpgrade: aws.Bool(dbAutoVersionUpgrade),

Tags: []*rds.Tag{
{
Key: aws.String(dataplaneClusterNameKey),
Expand Down

0 comments on commit a1ecf80

Please sign in to comment.