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 #236

Merged
merged 3 commits into from
Sep 19, 2024
Merged

feat: add imagePullSecrets #236

merged 3 commits into from
Sep 19, 2024

Conversation

mgarciaLKS
Copy link
Contributor

@mgarciaLKS mgarciaLKS commented Aug 16, 2024

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

Please delete options that are not relevant.

  • I have followed the contributing guidelines
  • I have performed IP checks for added or updated 3rd party libraries
  • 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

@mgarciaLKS mgarciaLKS changed the title fead: add imagePullSecrets feat: add imagePullSecrets Aug 16, 2024
@mgarciaLKS mgarciaLKS requested a review from evegufy August 26, 2024 08:31
@MaximilianHauer MaximilianHauer added this to the Release 24.12 milestone Sep 13, 2024
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.

@mgarciaLKS thank you!

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