mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
[POSTGRES] -, decapitalise
This commit is contained in:
parent
dd40165ecb
commit
51256e8bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ resource "kubernetes_secret" "postgres_auth_secret" {
|
|||
namespace = "postgresql"
|
||||
}
|
||||
data = {
|
||||
postgresPassword = var.postgres_password
|
||||
postgres-password = var.postgres_password
|
||||
}
|
||||
type = "Opaque"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue