fix: remove YAML option from Postgres Password (it's a secret)

This commit is contained in:
Claude
2025-03-13 15:50:45 +00:00
parent ba268a7851
commit cdc58e6d29

View File

@ -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",