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

Make image pull secret optional #24

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

bd-g
Copy link
Collaborator

@bd-g bd-g commented Jul 8, 2024

There are cases where the Helm chart may not require credentials to access the Deepgram container image repositories hosted on Quay. This PR removes the firm requirement to include these credentials as a pull secret for pulling container images.

For example, a client may pull the images from Quay manually and push them into a private company repository that meets certain security or scanning requirements. Credentials to that private repo may be pre-configured in the cluster, so the pull secret shouldn't be mandatory.

Another case is if a Docker proxy is being used and credentials are supplied in the proxy. Then the credentials don't need to be exposed directly in the cluster with this Helm chart.

Resolves #14.

@bd-g bd-g requested a review from a team as a code owner July 8, 2024 19:37
@bd-g bd-g merged commit f5144f9 into main Jul 8, 2024
1 check passed
@bd-g bd-g deleted the brent-george/make-image-pull-secret-optional branch July 8, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove imagePullSecrets mandatory
2 participants