From f11aa6d1dc8870cd7ed924728846787c61859d2e Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Sat, 25 Jan 2025 18:30:00 +0100 Subject: [PATCH] udpated credentials --- infra/postgres/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 infra/postgres/values.yaml diff --git a/infra/postgres/values.yaml b/infra/postgres/values.yaml new file mode 100644 index 0000000..d02cd4b --- /dev/null +++ b/infra/postgres/values.yaml @@ -0,0 +1,4 @@ +auth: + username: "wasmcloud" + password: "wasmcloud" + database: "wasmcloud" \ No newline at end of file