$ git clone git@github.com:<your-organization>/rhoso-gitops.git
$ cd rhoso-gitopsDeploying the RHOSO GitOps pattern
Prerequisites
Before you deploy the pattern, ensure that you have the following:
An Red Hat OpenShift Container Platform 4.14 or later cluster with sufficient compute and storage for RHOSO. For sizing guidance, see Cluster sizing.
Cluster administrator privileges and a working
kubeconfigpodman 4.3 or later for
./pattern.shRed Hat OpenShift GitOps available on the cluster (installed by the pattern framework or pre-installed)
Preparing for deployment
Procedure
Fork the rhoso-gitops repository on GitHub.
Clone your fork:
Optional: if you plan to use Vault integration later, copy the secrets template:
$ cp values-secret.yaml.template values-secret.yaml
