Skip to content

Create cron-job, secrets and other resource in target namespace instead of new namespace created with template "aws-multi-ecr-credentials.namespace"

Notifications You must be signed in to change notification settings

NavinSharma13/aws-multi-ecr-credentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artifact HUB

Chart for using multi ECR repositories

What has been changed?

  1. Ability to use several ECR accounts

  2. Cron scheduler has configurable parameter

  3. Job container image has official amazon repository: amazon/aws-cli

How to use?

See internal: README.md

How to debug?

kubectl get pods -A

you should see the pod name like this:

aws-multi-ecr-credentials-1234567890-ns aws-multi-ecr-credentials-1234567890-cron-1610110080-x265d

then need to read the logs by the following command:

kubectl logs -n aws-multi-ecr-credentials-1234567890-ns aws-multi-ecr-credentials-1234567890-cron-1610110080-x265d

Build helm package

helm package ./charts/aws-multi-ecr-credentials/ -d ./docs
helm repo index ./docs/

About

Create cron-job, secrets and other resource in target namespace instead of new namespace created with template "aws-multi-ecr-credentials.namespace"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 100.0%