mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
fix: preventing statefulset infinite reconciliation loop (#38849)
closes: #38846 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
parent
72fb7ce905
commit
0afe3aa14d
@ -518,7 +518,7 @@ public class KeycloakDeploymentDependentResource extends CRUDKubernetesDependent
|
||||
}
|
||||
|
||||
envVars.add(new EnvVarBuilder().withName(POD_IP).withNewValueFrom().withNewFieldRef()
|
||||
.withFieldPath("status.podIP").endFieldRef().endValueFrom().build());
|
||||
.withFieldPath("status.podIP").withApiVersion("v1").endFieldRef().endValueFrom().build());
|
||||
|
||||
return envVars;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user