Skip to content

Commit

Permalink
Merge pull request #193 from BlueRiverTechnology/feat/enable-webhook-…
Browse files Browse the repository at this point in the history
…reinvocation

add support for reinvocationPolicy
  • Loading branch information
adrienjt committed Sep 8, 2023
2 parents bb94f5e + cadbc24 commit 0730b87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/multicluster-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Multicluster-scheduler uses [finalizers](https://kubernetes.io/docs/tasks/access
| restarter.securityContext | object | `{}` | |
| restarter.affinity | object | `{}` | |
| restarter.tolerations | array | `[]` | |
| webhook.reinvocationPolicy | string | `"Never"` | |
1 change: 1 addition & 0 deletions charts/multicluster-scheduler/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ webhooks:
scope: '*'
sideEffects: None
admissionReviewVersions: [v1beta1]
reinvocationPolicy: {{ .Values.webhook.reinvocationPolicy }}
3 changes: 3 additions & 0 deletions charts/multicluster-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ debug:
proxyScheduler: false
candidateScheduler: false
restarter: false

webhook:
reinvocationPolicy: Never

0 comments on commit 0730b87

Please sign in to comment.