Skip to content

Commit

Permalink
Add sslmode attr to db
Browse files Browse the repository at this point in the history
  • Loading branch information
gburges committed Jul 31, 2023
1 parent c1066bc commit f3863c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/cloud.redhat.com/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func (dbc *DatabaseConfig) Populate(data *map[string]string) error {
dbc.AdminPassword = (*data)["pgPass"]
dbc.Port = int(port)
dbc.Username = (*data)["username"]
dbc.SslMode = (*data)["sslMode"]
return nil
}

Expand Down

0 comments on commit f3863c4

Please sign in to comment.