Skip to content

Commit

Permalink
[newrelic-infra-operator] Add "reinvocationPolicy: IfNeeded" to webhook
Browse files Browse the repository at this point in the history
So if it happens that e.g. Fargate label is applied to Pod after our
mutating webhook runs, our webhook is triggered again.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed May 7, 2021
1 parent 79516ac commit 366356e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ webhooks:
sideEffects: NoneOnDryRun
admissionReviewVersions:
- v1
reinvocationPolicy: IfNeeded

0 comments on commit 366356e

Please sign in to comment.