From dbfbf4227bc06fe482508053aa4a32493f5883b9 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Fri, 11 Mar 2022 10:28:03 -0500 Subject: [PATCH] Remove namespace entry in linkerd-control-plane values.yaml Followup to #6635, where we missed removing the no longer used `namespace` entry. --- charts/linkerd-control-plane/README.md | 1 - charts/linkerd-control-plane/values.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/charts/linkerd-control-plane/README.md b/charts/linkerd-control-plane/README.md index 4c23ce0b0a58e..030ea14a12eca 100644 --- a/charts/linkerd-control-plane/README.md +++ b/charts/linkerd-control-plane/README.md @@ -163,7 +163,6 @@ Kubernetes: `>=1.20.0-0` | imagePullPolicy | string | `"IfNotPresent"` | Docker image pull policy | | imagePullSecrets | list | `[]` | For Private docker registries, authentication is needed. Registry secrets are applied to the respective service accounts | | linkerdVersion | string | `"linkerdVersionValue"` | control plane version. See Proxy section for proxy version | -| namespace | string | `"linkerd"` | Control plane namespace | | nodeSelector | object | `{"kubernetes.io/os":"linux"}` | NodeSelector section, See the [K8S documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) for more information | | podAnnotations | object | `{}` | Additional annotations to add to all pods | | podLabels | object | `{}` | Additional labels to add to all pods | diff --git a/charts/linkerd-control-plane/values.yaml b/charts/linkerd-control-plane/values.yaml index 08610e6a30c6f..84f301ddce12b 100644 --- a/charts/linkerd-control-plane/values.yaml +++ b/charts/linkerd-control-plane/values.yaml @@ -23,8 +23,6 @@ controlPlaneTracing: false controlPlaneTracingNamespace: linkerd-jaeger # -- control plane version. See Proxy section for proxy version linkerdVersion: linkerdVersionValue -# -- Control plane namespace -namespace: linkerd # -- enables the use of EndpointSlice informers for the destination service; # enableEndpointSlices should be set to true only if EndpointSlice K8s feature # gate is on