Categorygithub.com/ArthurVardevanyan/container-registry-k8s-auth-controller

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

container-registry-k8s-auth-controller

This controller handles the creation and rotation of short lived pull secrets to

  • Quay
  • Artifact Registry

Incepting Controller

How to Repo was setup

kubebuilder init --domain arthurvardevanyan.com --repo github.com/ArthurVardevanyan/container-registry-k8s-auth-controller
kubebuilder create api --group containerregistry --version v1beta1 --kind Auth --namespaced=true

Getting Started

Building Image

Build and push your image to the location specified by IMG:

go get -u
go mod tidy
make ko-build