зеркало из https://github.com/Azure/ARO-RP.git
Support rotation of kubeconfigs on Update for cx self-service (#3927)
This commit is contained in:
Родитель
89120b543c
Коммит
b18cd2ccf0
|
@ -228,6 +228,7 @@ func (m *manager) Update(ctx context.Context) error {
|
|||
steps.Action(m.configureAPIServerCertificate),
|
||||
steps.Action(m.configureIngressCertificate),
|
||||
steps.Action(m.renewMDSDCertificate),
|
||||
steps.Action(m.fixUserAdminKubeconfig),
|
||||
steps.Action(m.ensureCredentialsRequest),
|
||||
steps.Action(m.updateOpenShiftSecret),
|
||||
steps.Condition(m.aroCredentialsRequestReconciled, 3*time.Minute, true),
|
||||
|
|
Загрузка…
Ссылка в новой задаче