tree: 2f48fd6558746b63a0d1e181de17c4b3a476a4dc [path history] [tgz]
  1. apps/
  2. operators/
  3. gitops.png
  4. README.md
karavan-demo/deprecated/openshift/README.md

Karavan GitOps mode demo on Openshift

Required: Openshift 4.7 installed

Demo

Video of Karavan demo on Openshift

Architecture

Architecture

Deploy Operators

Deploy GitOps and Camel-K operators

oc apply -k operators

Deploy Apps (ArgoCD, Gitea, Karavan)

oc apply -k apps

Configure Gitea

  • dbuser: gitea
  • password: password
  • root password: password
  • database: giteadb
  • mysql url: giteadb:3306

Create Gitea user

  • username: git
  • password: gitgit

Create Gitea repository

Create repository with name: karavan

Help

To find the default admin password for Argo CD using the cli, run:

oc get secret argocd-cluster \
    -n karavan \
    -o jsonpath='{.data.admin\.password}' | base64 -d