Skip to content

A sample Helm based GitOps project for OpenShift utilizing Standalone ArgoCD.

Notifications You must be signed in to change notification settings

themoosman/argo-gitops-helm-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

argo-gitops-helm-sample

Overview

A sample Helm-based GitOps project for OpenShift utilizing the Red Hat OpenShift GitOps operator.

Installation - Standalone Argo

Setup Argo

# Log in to the cluster with cluster-admin

# cd to git source location, eg
cd ~/git/argo-gitops-helm-sample

# Install OpenShift GitOps Operator
oc apply -k setup/argocd

# wait for the Operator to install

Setup GitOps Application

oc apply -f argocd/local-cluster/application.yaml

After the Argo Application is created, the helm chart will run and configure the cluster with the resources in the chart.

About

A sample Helm based GitOps project for OpenShift utilizing Standalone ArgoCD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published