mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
fix: remove YAML option from Postgres Password (it's a secret)
This commit is contained in:
@ -2387,7 +2387,7 @@ func (c *DeploymentValues) Options() serpent.OptionSet {
|
||||
Env: "CODER_PG_PASSWORD",
|
||||
Annotations: serpent.Annotations{}.Mark(annotationSecretKey, "true"),
|
||||
Value: &c.PostgresPassword,
|
||||
YAML: "pgPassword",
|
||||
// Secret values should not have YAML names
|
||||
},
|
||||
{
|
||||
Name: "Postgres Database",
|
||||
|
Reference in New Issue
Block a user