We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0992749 commit 8149411Copy full SHA for 8149411
pkg/render/manager.go
@@ -571,6 +571,7 @@ func (c *managerComponent) voltronContainer() corev1.Container {
571
if c.cfg.Tenant.ManagedClusterIsCalico() {
572
// Enable access to / from Goldmane in Voltron.
573
env = append(env, corev1.EnvVar{Name: "GOLDMANE_ENABLED", Value: "true"})
574
+ env = append(env, corev1.EnvVar{Name: "MANAGED_CLUSTER_SUPPORTS_IMPERSONATION", Value: "false"})
575
}
576
577
env = append(env, linseedEndpointEnv)
0 commit comments