mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
[POSTGRES] Shuffle location of storageClass
This commit is contained in:
parent
28960f2dc1
commit
c3d9b1b3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@ resource "helm_release" "postgresql" {
|
|||
values = [
|
||||
yamlencode({
|
||||
global = {
|
||||
storageClass = "local-path"
|
||||
postgresql = {
|
||||
storageClass = "local-path"
|
||||
auth = {
|
||||
existingSecret = "postgres-auth-secret"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue