[POSTGRES] Shuffle location of storageClass

This commit is contained in:
Kat Inskip 2023-05-01 14:02:55 -07:00
parent 28960f2dc1
commit c3d9b1b3ce
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -41,8 +41,8 @@ resource "helm_release" "postgresql" {
values = [
yamlencode({
global = {
storageClass = "local-path"
postgresql = {
storageClass = "local-path"
auth = {
existingSecret = "postgres-auth-secret"
}