mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #660 from 0x161e-swei/sgx-operator-reinvoke-webhook
Add reinvocationPolicy for sgx operator
This commit is contained in:
commit
f3a152a8e0
@ -133,6 +133,7 @@ webhooks:
|
||||
name: webhook-service
|
||||
namespace: system
|
||||
path: /pods-sgx
|
||||
reinvocationPolicy: IfNeeded
|
||||
failurePolicy: Ignore
|
||||
name: sgx.mutator.webhooks.intel.com
|
||||
rules:
|
||||
|
@ -13,6 +13,7 @@ webhooks:
|
||||
name: webhook-service
|
||||
namespace: system
|
||||
path: /pods-sgx
|
||||
reinvocationPolicy: IfNeeded
|
||||
failurePolicy: Ignore
|
||||
name: sgx.mutator.webhooks.intel.com
|
||||
rules:
|
||||
|
Loading…
Reference in New Issue
Block a user