keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

DeploymentConfig resource is being used in openshift template #542

Open jfdenise opened 8 months ago

jfdenise commented 8 months ago

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