Skip to content

Commit

Permalink
Fix docu comment with correct api field name
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev committed Nov 10, 2023
1 parent d36f0ce commit 7020c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/postgresql/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Configure(p *config.Provider) {
}, nil
}
desc, _ := comments.New("If true, the password will be auto-generated and"+
" stored in the Secret referenced by the passwordSecretRef field.",
" stored in the Secret referenced by the administratorPasswordSecretRef field.",
comments.WithTFTag("-"))
r.TerraformResource.Schema["auto_generate_password"] = &schema.Schema{
Type: schema.TypeBool,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ spec:
type: array
autoGeneratePassword:
description: If true, the password will be auto-generated and
stored in the Secret referenced by the passwordSecretRef field.
stored in the Secret referenced by the administratorPasswordSecretRef
field.
type: boolean
backupRetentionDays:
description: The backup retention days for the PostgreSQL Flexible
Expand Down

0 comments on commit 7020c19

Please sign in to comment.