Skip to content

Commit 8149411

Browse files
Add env
1 parent 0992749 commit 8149411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/render/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ func (c *managerComponent) voltronContainer() corev1.Container {
571571
if c.cfg.Tenant.ManagedClusterIsCalico() {
572572
// Enable access to / from Goldmane in Voltron.
573573
env = append(env, corev1.EnvVar{Name: "GOLDMANE_ENABLED", Value: "true"})
574+
env = append(env, corev1.EnvVar{Name: "MANAGED_CLUSTER_SUPPORTS_IMPERSONATION", Value: "false"})
574575
}
575576
}
576577
env = append(env, linseedEndpointEnv)

0 commit comments

Comments
 (0)