Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 409 Bytes

argocd-ephemeral-access

A kubernetes controller to manage Argo CD temporary access

Development

Build the image locally

IMAGE_NAMESPACE="my.company.com/argoproj-labs" IMAGE_TAG="$(git rev-parse --abbrev-ref HEAD)" make docker-build

Install in kubernetes cluster

IMAGE_NAMESPACE="my.company.com/argoproj-labs" IMAGE_TAG="$(git rev-parse --abbrev-ref HEAD)" make deploy-local