mirror of https://github.com/linkerd/linkerd2.git
Multicluster Helm templates nits (#4494)
Followup to #4466 Fixed var name in multicluster's chart README.md, and removed duped namespace yaml in `service-mirror.yaml`
This commit is contained in:
parent
7b46682841
commit
9a02e0d300
|
@ -31,7 +31,7 @@ linkerd2-multicluster chart and their default values.
|
||||||
|`linkerdVersion` | Control plane version | latest version |
|
|`linkerdVersion` | Control plane version | latest version |
|
||||||
|`namespace` | Service Mirror component namespace |`linkerd-multicluster` |
|
|`namespace` | Service Mirror component namespace |`linkerd-multicluster` |
|
||||||
|`proxyOutboundPort` | The port on which the proxy accepts outbound traffic |`4140` |
|
|`proxyOutboundPort` | The port on which the proxy accepts outbound traffic |`4140` |
|
||||||
|`remoteAccessServiceAccountName` | The name of the service account used to allow remote clusters to mirror local services |`linkerd-service-mirror-remote-access-default`|
|
|`remoteMirrorServiceAccountName` | The name of the service account used to allow remote clusters to mirror local services |`linkerd-service-mirror-remote-access-default`|
|
||||||
|`remoteMirrorServiceAccount` | If the remote mirror service account should be installed |`true` |
|
|`remoteMirrorServiceAccount` | If the remote mirror service account should be installed |`true` |
|
||||||
|`serviceMirror` | If the service mirror component should be installed |`true` |
|
|`serviceMirror` | If the service mirror component should be installed |`true` |
|
||||||
|`logLevel` | Log level for the Multicluster components |`info` |
|
|`logLevel` | Log level for the Multicluster components |`info` |
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
{{if .Values.serviceMirror -}}
|
{{if .Values.serviceMirror -}}
|
||||||
---
|
---
|
||||||
kind: Namespace
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{.Values.namespace}}
|
|
||||||
---
|
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in New Issue