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
|
@ -29,9 +29,9 @@ linkerd2-multicluster chart and their default values.
|
|||
|`identityTrustDomain` | Trust domain used for identity of the existing linkerd installation |`cluster.local` |
|
||||
|`linkerdNamespace` | The namespace of the existing Linkerd installation |`linkerd` |
|
||||
|`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` |
|
||||
|`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` |
|
||||
|`serviceMirror` | If the service mirror component should be installed |`true` |
|
||||
|`logLevel` | Log level for the Multicluster components |`info` |
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
{{if .Values.serviceMirror -}}
|
||||
---
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{.Values.namespace}}
|
||||
---
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue