Skip to content

Commit

Permalink
remove dbname from dbinstance.rds (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells authored Oct 28, 2024
1 parent 0c5001d commit 39b3b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/databaseclaim/awsprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ func (r *DatabaseClaimReconciler) managePostgresDBInstanceAWS(ctx context.Contex
MasterUserPasswordSecretRef: &dbMasterSecretInstance,
EngineVersion: ptr.To(getEngineVersion(params, r)),
},
DBName: &dbClaim.Spec.DatabaseName,
Engine: &params.Type,
MultiAZ: &multiAZ,
DBInstanceClass: &params.InstanceClass,
Expand Down

0 comments on commit 39b3b45

Please sign in to comment.