From 797e9efc15738b48f43fcb878d56437a6e48208a Mon Sep 17 00:00:00 2001 From: swaphb Date: Mon, 10 Aug 2026 21:51:17 -0400 Subject: [PATCH] fix falco rules configmap key --- falco/operator-resources/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco/operator-resources/kustomization.yaml b/falco/operator-resources/kustomization.yaml index 591d1e8..0080cb5 100644 --- a/falco/operator-resources/kustomization.yaml +++ b/falco/operator-resources/kustomization.yaml @@ -11,7 +11,7 @@ resources: configMapGenerator: - name: falco-custom-rules files: - - custom-rules.yaml + - rules.yaml=custom-rules.yaml generatorOptions: disableNameSuffixHash: true