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

Not possible to set imagePullSecrets for sidecars #1728

Open
gtirloni opened this issue Jun 12, 2024 · 0 comments
Open

Not possible to set imagePullSecrets for sidecars #1728

gtirloni opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@gtirloni
Copy link

Report

While using a private container registry with authentication, I noticed that it's not possible to specify imagePullSecrets in the pxc CRD for sidecars (e.g. mysqld-exporter).

More about the problem

Sidecars fail to pull image from private repository.

Steps to reproduce

pxc:
  sidecars:
    - name: mysqld-exporter
      image: some.private.registry/mysqld-exporter
      imagePullSecrets:
        - name: secret_name

Versions

  1. Kubernetes: 1.28
  2. Operator: 1.14
  3. Database: MySQL 8.0.32-24.2

Anything else?

No response

@gtirloni gtirloni added the bug label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant