mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Set mutatingwebhookconfigs as cluster-scoped
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
f00c6129d7
commit
86eda1d751
@ -214,7 +214,7 @@ export class MutatingWebhookConfiguration extends KubeObject<
|
||||
MutatingWebhookConfigurationSpec
|
||||
> {
|
||||
static kind = "MutatingWebhookConfiguration";
|
||||
static namespaced = true;
|
||||
static namespaced = false;
|
||||
static apiBase = "/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations";
|
||||
|
||||
webhooks?: MutatingWebhook[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user