Skip to content

argoproj-labs/argocd-ephemeral-access

Repository files navigation

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