mirror of https://github.com/linkerd/linkerd2.git
Revert add namespace name to MWC (#2946)
* revert add namespace name to MWC
This commit is contained in:
parent
60c58c1f85
commit
694ba9c2cb
|
@ -14,8 +14,6 @@
|
|||
* Introduced control plane's PSP and RBAC resources into Helm templates;
|
||||
these policies are only in effect if the PSP admission controller is
|
||||
enabled
|
||||
* Fixed MWC namespace value so that when installing multiple control planes,
|
||||
there is a unique configuration for each one
|
||||
* Removed `UPDATE` operation from proxy-injector webhook because pod
|
||||
mutations are disallowed during update operations
|
||||
* Proxy
|
||||
|
|
|
@ -56,7 +56,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-{{ .Namespace }}-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
{{ .ControllerComponentLabel }}: proxy-injector
|
||||
webhooks:
|
||||
|
|
|
@ -50,7 +50,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-{{ .Namespace }}-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
{{ .ControllerComponentLabel }}: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-Namespace-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
ControllerComponentLabel: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-Namespace-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
ControllerComponentLabel: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
|
@ -298,7 +298,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: MutatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-proxy-injector-webhook-config
|
||||
name: linkerd-proxy-injector-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: proxy-injector
|
||||
webhooks:
|
||||
|
@ -370,7 +370,7 @@ data:
|
|||
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: linkerd-linkerd-sp-validator-webhook-config
|
||||
name: linkerd-sp-validator-webhook-config
|
||||
labels:
|
||||
linkerd.io/control-plane-component: sp-validator
|
||||
webhooks:
|
||||
|
|
Loading…
Reference in New Issue