Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

projectkerberus/provider-argocd-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider ArgoCD Helm chart

This folder contains Helm charts that can easily create a Kubernetes deployment of the Crossplane Provider ArgoCD.

Prerequisite

Since this Crossplane Provider container image, is in a private repository, it's mandatory to create a personal access token and store as docker registry secret.

$ kubectl create secret docker-registry cr-token \
	--namespace argo-system --docker-server=ghcr.io \
	--docker-password=$(GITHUB_TOKEN) --docker-username=projectkerberus

Installation

Add this repository to Helm:

$ helm repo add provider-argocd https://projectkerberus.io/provider-argocd-helm
$ helm repo update

Install the provider:

$ helm install provider-argocd --namespace argo-system provider-argocd/provider-argocd

About

Helm chart for the Kerberus Runtime ArgoCD Provider

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages