fix: update test and golden files for Postgres Password secret

This commit is contained in:
Claude
2025-03-13 15:52:35 +00:00
parent cdc58e6d29
commit ce0c77c359
2 changed files with 3 additions and 3 deletions

View File

@ -471,9 +471,6 @@ pgPort: "5432"
# Username for PostgreSQL authentication. Only used if postgres-url is not set. # Username for PostgreSQL authentication. Only used if postgres-url is not set.
# (default: <unset>, type: string) # (default: <unset>, type: string)
pgUsername: "" pgUsername: ""
# Password for PostgreSQL authentication. Only used if postgres-url is not set.
# (default: <unset>, type: string)
pgPassword: ""
# Database name for PostgreSQL. Only used if postgres-url is not set. # Database name for PostgreSQL. Only used if postgres-url is not set.
# (default: <unset>, type: string) # (default: <unset>, type: string)
pgDatabase: "" pgDatabase: ""

View File

@ -63,6 +63,9 @@ func TestDeploymentValues_HighlyConfigurable(t *testing.T) {
"Postgres Connection URL": { "Postgres Connection URL": {
yaml: true, yaml: true,
}, },
"Postgres Password": {
yaml: true,
},
"SCIM API Key": { "SCIM API Key": {
yaml: true, yaml: true,
}, },