Skip to content

dzemanov/rhdh-operator-install-script

 
 

Repository files navigation

Prerequisites

Openshift cluster with installed RHDH operator. Installed yq, oc.

yq - (https://github.com/mikefarah/yq) can be installed with help of Python package manager:

brew install yq

or:

snap install yq

How to use

  1. Login to the cluster.

  2. Create env file

mkdir -p .env
  1. Specify env variables:
DOMAIN=
IMAGE=
RBAC_ADMIN_USER=

AUTH_GITHUB_CLIENT_ID=
AUTH_GITHUB_CLIENT_SECRET=

GITHUB_APP_APP_ID=
GITHUB_APP_CLIENT_ID=
GITHUB_APP_CLIENT_SECRET=
GITHUB_APP_WEBHOOK_URL=
GITHUB_APP_WEBHOOK_SECRET=
GITHUB_APP_PRIVATE_KEY=
  1. Change/specify catalog links in the text if needed.

  2. Execute install.sh:

./install.sh
  1. Don't forget to check urls in the github OAuth and github application configurations to make working login and import from catalogs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%