mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
fix: update test and golden files for Postgres Password secret
This commit is contained in:
3
cli/testdata/server-config.yaml.golden
vendored
3
cli/testdata/server-config.yaml.golden
vendored
@ -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: ""
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user