linkerd2/charts
Alex Leong 5b77ae5259
Allow setting a list of service accounts in multicluster install (#5113)
Fixes #5098 

When setting up multicluster, a target cluster may wish to create multiple service accounts to be used by source clusters' service mirrors.  This allows the target cluster to individually revoke access to each of the source clusters.  When using the Linkerd CLI, this can be accomplished by running the `linkerd multicluster allow` command multiple times to create multiple service accounts.  However, there is no analogous workflow when installing with Helm.

We update the Helm templates to support interpreting the `remoteMirrorServiceAccountName` value as either a single string or a list of strings.  In the case where it is a list, we create a service account and associated RBAC for each entry in the list.

Signed-off-by: Alex Leong <alex@buoyant.io>
2020-10-21 11:45:56 -07:00
..
add-ons Stop rendering addon config (#5078) 2020-10-16 11:07:51 -07:00
linkerd2 Small fixes to linkerd2 chart README.md (#5100) 2020-10-21 10:04:00 -05:00
linkerd2-cni Add a default set of ports to bypass the proxy (#5093) 2020-10-16 11:53:41 -07:00
linkerd2-multicluster Allow setting a list of service accounts in multicluster install (#5113) 2020-10-21 11:45:56 -07:00
linkerd2-multicluster-link Push docker images to ghcr.io instead of gcr.io (#4953) 2020-09-10 15:16:24 -05:00
partials Replace global.proxy.destinationGetNetworks with global.clusterNetworks (#5110) 2020-10-20 19:05:31 -07:00
patch Update Injection to use new linkerd-config.values (#5036) 2020-10-07 09:54:34 -07:00