From f62323e5f1cfeda4cce6d06ef36d24e30ca626d4 Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Fri, 22 May 2026 00:29:20 -0500 Subject: [PATCH] Fix formatting in secret management section of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f896b2..182b2b1 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ CedOps is designed with **zero public infrastructure exposure**. | Private metrics pipeline | Prometheus → Tailscale → VPS; never public | | SSL everywhere | NPM handles termination for all services | | Container isolation | Docker network segmentation via Portainer | -| Secret management | No secrets in this repo — handled via environment variables | +| Secret management | No secrets in this repo handled via environment variables | --- @@ -335,4 +335,4 @@ DevOps and Cloud Infrastructure Engineer | Platform Engineering | AI Infrastruct | [ceds-homelab](https://github.com/ced4568/ceds-homelab) | 6 node Proxmox cluster + 12 node K3s + full homelab infrastructure | | [ced-k3s-homelab](https://github.com/ced4568/ced-k3s-homelab) | 12 node Raspberry Pi K3s cluster detail | | [ceds-observability-stack](https://github.com/ced4568/ceds-observability-stack) | Observability stack configs and dashboards | -| [ceds-noc](https://github.com/ced4568/ceds-noc) | Custom-built public NOC status page | \ No newline at end of file +| [ceds-noc](https://github.com/ced4568/ceds-noc) | Custom-built public NOC status page |