Fix admin key
[ZITADOPER-1]
This commit is contained in:
@@ -454,7 +454,7 @@ func (r *ZitadelClusterReconciler) reconcileInitialAdminPassword(ctx context.Con
|
||||
Name: secretName,
|
||||
Namespace: zitadel.Namespace,
|
||||
}
|
||||
_, err := r.SecretReconciler.ReconcileRandomPassword(ctx, key, systemapiaccount.Key, zitadel)
|
||||
_, err := r.SecretReconciler.ReconcileRandomPassword(ctx, key, admin.Key, zitadel)
|
||||
|
||||
if err != nil {
|
||||
return ctrl.Result{}, err
|
||||
|
||||
Reference in New Issue
Block a user