cleanup
This commit is contained in:
@@ -38,11 +38,11 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository
|
|||||||
├── kyverno-config.yaml # Security policies and secret syncing
|
├── kyverno-config.yaml # Security policies and secret syncing
|
||||||
├── argocd-notifications-secret-sealed.yaml # Sealed secret for ArgoCD notifications
|
├── argocd-notifications-secret-sealed.yaml # Sealed secret for ArgoCD notifications
|
||||||
└── policies/ # Kyverno policy definitions
|
└── policies/ # Kyverno policy definitions
|
||||||
├── deployment-verifier.yaml # Policy to verify deployments
|
├── deployment-verifier.yaml # Policy to verify pods have controllers
|
||||||
├── label-checker.yaml # Policy to check labels
|
├── label-checker.yaml # Policy to check labels
|
||||||
├── bare-pod-cleaner.yaml # Policy to clean up bare pods
|
├── bare-pod-cleaner.yaml # Policy to clean up pods without controllers
|
||||||
├── replicaset-cleaner.yaml # Policy to clean up orphaned replica sets
|
├── replicaset-cleaner.yaml # Policy to clean up orphaned replica sets
|
||||||
├── default-blocker.yaml # Policy to block resources without explicit allow rules
|
├── default-ns-blocker.yaml # Policy to block use of default namespace
|
||||||
└── secret-cloner.yaml # Policy to clone secrets across namespaces
|
└── secret-cloner.yaml # Policy to clone secrets across namespaces
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user