Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

projectkerberus/runtime-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krateo Runtime Operators Helm Charts

This repo contains Krateo Runtime Operators.

Fetching private GitHub repos:

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

Provider ArgoCD

To install this provider type:

$ helm repo add krateo-runtime https://krateo.io/runtime-helm-charts
$ helm repo update
$ helm install provider-argocd --namespace $(NAMESPACE) krateo-runtime/provider-argocd

Provider vSphere

To install this provider type:

$ helm repo add krateo-runtime https://krateo.io/runtime-helm-charts
$ helm repo update
$ helm install provider-vsphere --namespace $(NAMESPACE) krateo-runtime/provider-vsphere