mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-23 22:46:59 +00:00
* feat: forbidden node labels and annotations * test(e2e): forbidden node labels and annotations * build(kustomize): forbidden node labels and annotations * build(helm): forbidden node labels and annotations * build(installer): forbidden node labels and annotations * chore(make): forbidden node labels and annotations * docs: forbidden node labels and annotations * test(e2e): forbidden node labels and annotations. Use EventuallyCreation func * feat: forbidden node labels and annotations. Check kubernetes version * test(e2e): forbidden node labels and annotations. Check kubernetes version * docs: forbidden node labels and annotations. Version restrictions * feat: forbidden node labels and annotations. Do not update deepcopy functions * docs: forbidden node labels and annotations. Use blockquotes for notes Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net>
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
- op: add
|
|
path: /webhooks/0/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/1/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/3/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/4/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/6/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/7/namespaceSelector
|
|
value:
|
|
matchExpressions:
|
|
- key: capsule.clastix.io/tenant
|
|
operator: Exists
|
|
- op: add
|
|
path: /webhooks/0/rules/0/scope
|
|
value: Namespaced
|
|
- op: add
|
|
path: /webhooks/1/rules/0/scope
|
|
value: Namespaced
|
|
- op: add
|
|
path: /webhooks/3/rules/0/scope
|
|
value: Namespaced
|
|
- op: add
|
|
path: /webhooks/5/rules/0/scope
|
|
value: Namespaced
|
|
- op: add
|
|
path: /webhooks/6/rules/0/scope
|
|
value: Namespaced
|
|
- op: add
|
|
path: /webhooks/7/rules/0/scope
|
|
value: Namespaced
|