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

feat: add imagePullSecrets #193

Merged
merged 3 commits into from
Sep 19, 2024
Merged

feat: add imagePullSecrets #193

merged 3 commits into from
Sep 19, 2024

Conversation

mgarciaLKS
Copy link
Contributor

Description

The imagePullSecrets field allows you to specify secrets needed to pull Docker images from private repositories.
Request by @evegufy

Why

In many organizations, container images are stored in private registries rather than public ones for security and compliance reasons. To pull these images, Kubernetes needs credentials, which are provided via imagePullSecrets. This code dynamically includes the necessary secrets for pulling images, based on the configuration provided in the Helm chart's values file.

Checklist

  • I have followed the contributing guidelines
  • I have performed IP checks for added or updated 3rd party libraries
  • I have created and linked IP issues or requested their creation by a committer
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally
  • I have checked that new and existing tests pass locally with my changes

@MaximilianHauer MaximilianHauer added this to the Release 24.12 milestone Sep 13, 2024
Copy link
Contributor

@evegufy evegufy left a comment

@mgarciaLKS
Copy link
Contributor Author

mgarciaLKS commented Sep 18, 2024

Hey @evegufy, hope the vacations went well.
Added the imagepullsecrets to the migrations job. I'm going to add now the ones related to the portal.

Copy link
Contributor

@evegufy evegufy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mgarciaLKS thank you!

@evegufy evegufy merged commit 64b2f38 into eclipse-tractusx:main Sep 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

3 participants