Skip to content

Commit 5daff9a

Browse files
authored
[RELEASE-1.15] Remove "DELETE" from the Serving validating webhook (#1103)
* remove DELETE from serving validating webhook * run generate
1 parent c566a8f commit 5daff9a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

config/core/webhooks/resource-validation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ webhooks:
4040
operations:
4141
- CREATE
4242
- UPDATE
43-
- DELETE
4443
scope: "*"
4544
resources:
4645
- metrics
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/config/core/webhooks/resource-validation.yaml b/config/core/webhooks/resource-validation.yaml
2+
index b49665420..2fdc8e2f8 100644
3+
--- a/config/core/webhooks/resource-validation.yaml
4+
+++ b/config/core/webhooks/resource-validation.yaml
5+
@@ -40,7 +40,6 @@ webhooks:
6+
operations:
7+
- CREATE
8+
- UPDATE
9+
- - DELETE
10+
scope: "*"
11+
resources:
12+
- metrics

openshift/release/artifacts/serving-core.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9264,7 +9264,6 @@ webhooks:
92649264
operations:
92659265
- CREATE
92669266
- UPDATE
9267-
- DELETE
92689267
scope: "*"
92699268
resources:
92709269
- metrics

0 commit comments

Comments
 (0)