-
Notifications
You must be signed in to change notification settings - Fork 62
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
Set necessary pod security labels on the devfile-registry for OCP 4.12 #966
Comments
The following will need to be updated: |
It's just the registry operator that needs updating |
I have this implemented in devfile/registry-operator#29. |
ok, let me assign this to you |
The changes currently in this PR produces the following error in OpenShift:
After doing some testing this error seems to only happen when the operator is deployed with OpenShift. When deploying on minikube this error does not occur. |
This is now its own issue (#1025), this issue is now block by #1025. |
This issue and #1025 are now being merged in the same PR (devfile/registry-operator#29). |
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
OCP 4.12
Bug Summary
Starting with OCP 4.12, the Devfile Registry fails to deploy with the following error:
We need to add the proper security contexts in the devfile registry deployment
To Reproduce:
Deploy devfile registry via helm chart or operator on OCP 4.12
Expected behavior
Devfile registry deploys properly without error.
The text was updated successfully, but these errors were encountered: