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

use-internal-oauth-proxy-image will only apply to pods that have an oauth-proxy container already present #10

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

IsaiahStapleton
Copy link
Contributor

Currently the use-internal-oauth-proxy-image policy will apply to all pods even if they don't have an oauth-proxy container. This leads to issues with pods created from sources other than RHOAI since it tries to pull the oauth-proxy image when it should not be. This PR will make it so this policy only applies to pods with an oauth-proxy container already present.

…auth-proxy container already present

Currently the use-internal-oauth-proxy-image policy will apply to all pods even if they don't have an oauth-proxy container.
This leads to issues with pods created from sources other than RHOAI since it tries to pull the oauth-proxy image when it
should not be. This PR will make it so this policy only applies to pods with an oauth-proxy container already present.

Signed-off-by: Isaiah Stapleton <[email protected]>
@IsaiahStapleton IsaiahStapleton merged commit 8e75bcd into OCP-on-NERC:main Sep 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants