From 3f8a67426ed8fd5ff042425f41fdb82e0b617279 Mon Sep 17 00:00:00 2001 From: Gabriel Windlin Date: Mon, 1 Dec 2025 15:50:51 +0100 Subject: [PATCH] .gitignore reference --- kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 1714059..6b7487c 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -11,7 +11,7 @@ This directory contains base Kubernetes manifests to self-host Rallly. It separa ## Configuration 1. **Secrets (`secrets.yaml`):** - - **Important:** Do not commit the `secrets.yaml` file with real credentials to version control. + - **Important:** Do not commit the `secrets.yaml` file with real credentials to version control. Consider adding `secrets.yaml` to your `.gitignore` file to prevent accidental commits. - Update `POSTGRES_PASSWORD` and `SECRET_PASSWORD` (use `openssl rand -hex 32` to generate). - **Critical:** Ensure the password in `DATABASE_URL` matches `POSTGRES_PASSWORD`. Both must use the same value. - **Format:** The `DATABASE_URL` format should look like this: `postgres://:@:5432/`.