mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[POSTGRES] Args change
This commit is contained in:
parent
586cfab051
commit
1db0de284b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ resource "helm_release" "postgresql" {
|
|||
value = "local-path"
|
||||
}
|
||||
set {
|
||||
name = "global.postgresql.auth.existingSecret"
|
||||
name = "global.postgresql.existingSecret"
|
||||
value = "postgres-auth-secret"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue