feat: add postgres client cert for budget-tracker

This commit is contained in:
2025-09-06 18:13:26 +05:00
parent 9eb127d702
commit 404afd9790

View File

@@ -125,7 +125,7 @@ class Homelab extends TerraformStack {
helm, helm,
}, },
storageClass: "longhorn-crypto", storageClass: "longhorn-crypto",
users: ["shahab"], users: ["shahab", "budget-tracker"],
primaryUser: "shahab", primaryUser: "shahab",
initSecretName: "postgres-password", initSecretName: "postgres-password",
}); });