mirror of https://github.com/openkruise/charts.git
krusie rollout deployment webhook ignore itself
Signed-off-by: liheng.zms <liheng.zms@alibaba-inc.com>
This commit is contained in:
parent
423883ac06
commit
f7a6a0775a
|
|
@ -58,6 +58,12 @@ webhooks:
|
|||
path: /mutate-apps-v1-deployment
|
||||
failurePolicy: Fail
|
||||
name: mdeployment.kb.io
|
||||
objectSelector:
|
||||
matchExpressions:
|
||||
- key: control-plane
|
||||
operator: NotIn
|
||||
values:
|
||||
- {{ .Values.rollout.fullname }}
|
||||
rules:
|
||||
- apiGroups:
|
||||
- apps
|
||||
|
|
|
|||
Loading…
Reference in New Issue