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 imagePullSecrets to deployment template #5

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

mpsOxygen
Copy link

Hello, it's me again

I am pulling the chart and the image from an internal Harbor registry that replicates the one you have on ghcr. Unfortunately it requires authentication so I've added a pull request to add imagePullSecrets to the helm chart Deployment template.

Thank you for your time and patience! :)

Razvan Valceanu added 2 commits March 29, 2024 15:31
Signed-off-by: Razvan Valceanu <razvan.valceanu@metaminds.com>
Signed-off-by: Razvan Valceanu <razvan.valceanu@metaminds.com>
@waldner
Copy link
Owner

waldner commented Mar 29, 2024

Right, personally, I'd put the pull secret in the service account but since there's just a single deployment here it doesn't really matter. Since this repo (as many other cert-manager webooks) is based on the sample repository here https://github.com/cert-manager/webhook-example, you might want to submit a PR with this change there as well.

@waldner waldner merged commit 7641e43 into waldner:master Mar 29, 2024
4 checks passed
@mpsOxygen
Copy link
Author

Thanks! Will do.

I thought about putting it in the SA, but since there is only one Deployment I just thought it was easier.

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.

2 participants