From ecfaee9a4133bc5d00cd8fe31839381bae22c5cb Mon Sep 17 00:00:00 2001 From: Morten Lied Johansen Date: Mon, 13 Nov 2023 12:00:45 +0100 Subject: [PATCH] Mutilator should handle opensearch too --- charts/mutilator/templates/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mutilator/templates/webhook.yaml b/charts/mutilator/templates/webhook.yaml index 9070d7f..f3cb2c7 100644 --- a/charts/mutilator/templates/webhook.yaml +++ b/charts/mutilator/templates/webhook.yaml @@ -21,7 +21,7 @@ webhooks: - operations: ["CREATE", "UPDATE"] apiGroups: ["aiven.io"] apiVersions: ["*"] - resources: ["redis"] + resources: ["redis", "opensearch"] failurePolicy: Fail matchPolicy: Exact sideEffects: None