Open jfdenise opened 8 months ago
If you look at file https://github.com/keycloak/keycloak-quickstarts/blob/latest/openshift/keycloak.yaml, a DeploymentConfig is created. This is deprecated in latest OpenShift and subject to removal at some point. A Deployment should be created instead.
24.0.1
Use a Deployment resource.
A DeploymentConfig is used, creating a warning in OpenShift and a possible breakage at some point.
No response
Describe the bug
If you look at file https://github.com/keycloak/keycloak-quickstarts/blob/latest/openshift/keycloak.yaml, a DeploymentConfig is created. This is deprecated in latest OpenShift and subject to removal at some point. A Deployment should be created instead.
Version
24.0.1
Expected behavior
Use a Deployment resource.
Actual behavior
A DeploymentConfig is used, creating a warning in OpenShift and a possible breakage at some point.
How to Reproduce?
No response
Anything else?
No response