Skip to content

Commit af60537

Browse files
committed
Add reinvocationPolicy for sgx operator and sgx_admissionwebhook
1 parent 777f955 commit af60537

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deployments/operator/webhook/manifests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ webhooks:
133133
name: webhook-service
134134
namespace: system
135135
path: /pods-sgx
136+
reinvocationPolicy: IfNeeded
136137
failurePolicy: Ignore
137138
name: sgx.mutator.webhooks.intel.com
138139
rules:

deployments/sgx_admissionwebhook/webhook/manifests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ webhooks:
1313
name: webhook-service
1414
namespace: system
1515
path: /pods-sgx
16+
reinvocationPolicy: IfNeeded
1617
failurePolicy: Ignore
1718
name: sgx.mutator.webhooks.intel.com
1819
rules:

0 commit comments

Comments
 (0)