From 2fac718488680490e04079fa0331625d7df24b71 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 6 Mar 2026 09:51:20 +0100 Subject: [PATCH] readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfca476..09b1775 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository ├── argocd-notifications-secret-sealed.yaml # Sealed secret for ArgoCD notifications └── policies/ # Kyverno policy definitions ├── deployment-verifier.yaml # Policy to verify deployments - └── label-checker.yaml # Policy to check labels + ├── label-checker.yaml # Policy to check labels + ├── bare-pod-cleaner.yaml # Policy to clean up bare pods + ├── replicaset-cleaner.yaml # Policy to clean up orphaned replica sets + ├── default-blocker.yaml # Policy to block resources without explicit allow rules + └── secret-cloner.yaml # Policy to clone secrets across namespaces ``` ## Architecture & Key Concepts