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

OLM - running in a restricted environment. #3327

Open
rridtraining opened this issue Jun 25, 2024 · 0 comments
Open

OLM - running in a restricted environment. #3327

rridtraining opened this issue Jun 25, 2024 · 0 comments

Comments

@rridtraining
Copy link

rridtraining commented Jun 25, 2024

I'm trying to run OLM in a restricted kubernetes environment.
I was able to deploy OLM successfully, but when I try to subscribe to an operator, the manifest always takes a docker image like quay.io/image:tag instead of my-local-repository/image:tag.
I've seen that all manifests are in the /configs of the catalog docker image (quay.io/operatorhubio/catalog:latest), so I'm trying to rebuild the docker image but it doesn't take into account the changes I've applied.
Is there a configuration I can add to overwrite the docker repositories in the manifest in OLM catalog (quay.io/operatorhubio/catalog:latest)?

  • To subscribe
    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
    name: my-argocd-operator
    namespace: operators
    spec: channel: alpha
    name: argocd-operator
    source: operatorhubio-catalog
    sourceNamespace: olm
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

No branches or pull requests

1 participant