Skip to content

Commit

Permalink
Mutilator should handle opensearch too
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Nov 13, 2023
1 parent 664dc7f commit ecfaee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mutilator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ webhooks:
- operations: ["CREATE", "UPDATE"]
apiGroups: ["aiven.io"]
apiVersions: ["*"]
resources: ["redis"]
resources: ["redis", "opensearch"]
failurePolicy: Fail
matchPolicy: Exact
sideEffects: None

0 comments on commit ecfaee9

Please sign in to comment.