Skip to content
forked from oeklo/awscli2

Image to create k8s secret with the current Amazon ECR token

Notifications You must be signed in to change notification settings

oeklo/k8s-ecr-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes ECR credentials helper

Runs as a pod.

Needs a ServiceAccount with Role:

apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
  name: ...
rules:
- resources:
  - secrets
  verbs:
  - create
  - get
  - patch
  apiGroups:
  - ''
  resourceNames:
  - ...

docker.io/oeklo/k8s-ecr-helper

Releases

No releases published

Languages

  • Dockerfile 100.0%