-
Notifications
You must be signed in to change notification settings - Fork 552
add protocols to all ports in olm.yaml
quickstart
#3421
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
Conversation
Hi @lgo. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
We have broken release automation which I'm trying to fix now. Don't want to add more variables into the mix so putting this on hold for now. /hold |
/ok-to-test |
Hi! Just bumping this as I've recently dusted off trying out OLM again in my homelab and recalled this open PR. |
/unhold |
5cff440
Description of the change:
Adds
protocol
to all of the ports defined in the `olm.yaml quickstart.Motivation for the change:
I was setting up OLM with kustomization and ArgoCD, and the ArgoCD was unable to diff or sync due to the lack of
protocol
on theapiVersion=operators.coreos.com/v1alpha1 verison=ClusterServiceVersion
resource. I figured I'd add the protocol to the twoDeployment
while I'm here anyways.As I understand, this is because the CRD doesn't have a default, which is probably another thing that's worth fixing.
Architectural changes:
N/A
Testing remarks:
Reviewer Checklist
/doc
[FLAKE]
are truly flaky and have an issue