mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -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"
|
namespace = "postgresql"
|
||||||
}
|
}
|
||||||
data = {
|
data = {
|
||||||
postgresPassword = var.postgres_password
|
postgres-password = var.postgres_password
|
||||||
}
|
}
|
||||||
type = "Opaque"
|
type = "Opaque"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue