Skip to content

computate-org/computate-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install the GitOps Operator resources in OpenShift.

mkdir -p ~/.local/src/computate-gitops/
cd ~/.local/src/computate-gitops
git clone https://github.com/computate-org/computate-gitops.git ~/.local/src/computate-gitops
oc apply -k openshift-local/gitops/base/

Wait for the GitOps Operator to start.

oc -n openshift-operators wait pod -l control-plane=gitops-operator --for=condition=Ready --timeout=5m
oc -n openshift-gitops wait pod -l app.kubernetes.io/name=openshift-gitops-application-controller --for=condition=Ready --timeout=5m

Install the gitops app in OpenShift.

oc apply -k openshift-local/gitops/app/

Wait for the GitOps app to start.

oc -n openshift-gitops wait pod -l app.kubernetes.io/name=openshift-gitops-server --for=condition=Ready --timeout=5m

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages