This repo contains gitops definitions for services needed for testing RHTAP/TSSC like Jenkins, Artifactory, Hive, ...
Steps to deploy these services on new cluster:
- Edit
./envfile
- fill out the secrets needed. - Run
./create_secrets.sh
. This will create the secrets on your cluster - Run
./bootstrap.sh
.- This script installs Opehsift Gitops and creates initial app-of-apps.
- Create your component
Application
CR in./app-of-apps
folder. - Create new folder in
./components
folder holding all the resources of your new component.