Skip to content

OLM - running in a restricted environment. #3327

Open
@rridtraining

Description

@rridtraining

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions