upmc-enterprises / registry-creds

Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets
Other
346 stars 123 forks source link

Make the secret name configurable via an env var #75

Closed pzurek closed 1 year ago

pzurek commented 5 years ago

This is useful if you want to use a few different secrets. Seems like the code is already prepared for that but the env var is never actually read to load the value.