Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeploymentConfig resource is being used in openshift template #542

Open
jfdenise opened this issue Mar 15, 2024 · 0 comments
Open

DeploymentConfig resource is being used in openshift template #542

jfdenise opened this issue Mar 15, 2024 · 0 comments

Comments

@jfdenise
Copy link

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

@jfdenise jfdenise changed the title DecploymentConfig resource is being used in openshift template DeploymentConfig resource is being used in openshift template Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant