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

Add support for imagePullSecrets #2589

Merged
merged 2 commits into from
Mar 18, 2023

Commits on Feb 23, 2023

  1. Add support for imagePullSecrets in the CDI CR, to support pulling

    images from repositories that require secrets.
    
    The imagePullSecrets is propagated to the following components: cdi-apiserver,
    cdi-deployment, and cdi-uploadproxy. The definition of imagePullSecrets in
    cdi-operator must be done manually.
    
    Signed-off-by: Gleb Aronsky <gleb.aronsky@windriver.com>
    Gleb Aronsky committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    36bbe2b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Modifying code to incorporate review comments.

    Signed-off-by: Gleb Aronsky <gleb.aronsky@windriver.com>
    Gleb Aronsky committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d3490cb View commit details
    Browse the repository at this point in the history