titansoft-pte-ltd / imagepullsecret-patcher

A simple Kubernetes client-go application that creates and patches imagePullSecrets to service accounts in all Kubernetes namespaces to allow cluster-wide authenticated access to private container registry.
https://medium.com/titansoft-engineering/kubernetes-cluster-wide-access-to-private-container-registry-with-imagepullsecret-patcher-b8b8fb79f7e5
MIT License
256 stars 91 forks source link

fix: different names for imagepullsecret #18

Closed manderson-it closed 3 years ago

manderson-it commented 3 years ago

As discussed in issue #17 the names for the source secret to the destination secret need to be different. This PR updates the example in the deploy-examples folder.

billjh commented 3 years ago

Looks good to me 👍

billjh commented 3 years ago

Thanks for the PR! @manderson-it