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