From 002ad8ddf54d3f2569a866a9a2aa32f52fcdbc2d Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 22 Jul 2026 17:45:11 +0000 Subject: [PATCH] docs: drop archived reusable-workflows sync comment The samples are vendored locally; the archived reusable-workflows repo no longer syncs them. Part of devantler-tech/monorepo#2221. Co-authored-by: ned --- k8s/bases/infrastructure/cluster-policies/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/bases/infrastructure/cluster-policies/kustomization.yaml b/k8s/bases/infrastructure/cluster-policies/kustomization.yaml index 5c70666..9fde25b 100644 --- a/k8s/bases/infrastructure/cluster-policies/kustomization.yaml +++ b/k8s/bases/infrastructure/cluster-policies/kustomization.yaml @@ -17,7 +17,7 @@ resources: # Shared catalog policies (immutable pins; update manually after review) - https://raw.githubusercontent.com/devantler-tech/kyverno-policies/ffff4f152f3efd940cc78d56d257925592409ce1/policies/best-practices/disallow-latest-tag.yaml - https://raw.githubusercontent.com/devantler-tech/kyverno-policies/fd5fe3e8bb837ed6fecbd70dfdc59df1b94672c1/policies/flux/helm-release-remediation-retries.yaml - # Upstream kyverno/policies (synced via reusable-workflows, patched below) + # Upstream kyverno/policies samples (vendored locally; patched below) - samples/best-practices/add-ns-quota/add-ns-quota.yaml - samples/other/create-pod-antiaffinity/create-pod-antiaffinity.yaml - samples/other/spread-pods-across-topology/spread-pods-across-topology.yaml