Skip to content

A simple container to update an imagePullSecret in every namespace of a Kubernetes cluster in order to pull images from AWS ECR.

License

Notifications You must be signed in to change notification settings

jtekt/ecr-pull-secret-renewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECR pull secret renewer

A simple container to update an imagePullSecret in every namespace of a Kubernetes cluster in order to pull images from AWS ECR.

Environment variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION
  • AWS_ECR_URL

Development

Loading environment variables from .env file for testing

[ -f .env ] && export $(grep -v '^#' .env | xargs)

About

A simple container to update an imagePullSecret in every namespace of a Kubernetes cluster in order to pull images from AWS ECR.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published