Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dact3d committed Aug 7, 2024
1 parent fe47fce commit 3067d46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ Ensure you have the following before starting the deployment:

Here's a list of all required GitHub secrets for the deployment:

NOTE: There are multiple places to create secrets in GitHub, be sure to the *Actions* and *Repository Secrets* like this path [link="https://github.com/r3dact3d/OCP4-Deploy/settings/secrets/actions"]

- `OCP_ADMIN_USER`: Cluster admin username.
- `OCP_ADMIN_PASS`: Cluster admin password.
- `OCP_DEV_USER`: Development user username.
- `OCP_DEV_PASS`: Development user password.
- `OCP_BASE_DOMAIN`: Top-level domain for Route53, does not require a leading dot.
- `OCP_CLUSTER_NAME`: Name of the OpenShift cluster.
- `OCP_CLIENT_VERSION`: OpenShift client version, e.g., "4", "4.7", or "4.9.9".
- `RED_HAT_PULLSECRET`: Red Hat credentials for accessing Red Hat repositories.
- `RED_HAT_PULLSECRET`: Red Hat credentials for accessing Red Hat repositories. [link="https://console.redhat.com/openshift/install/pull-secret"]
- `AWS_ACCESS_KEY_ID`: AWS Access Key.
- `AWS_SECRET_ACCESS_KEY`: AWS Secret Access Key.
- `AWS_REGION`: AWS Region where the cluster will be deployed.
Expand Down

0 comments on commit 3067d46

Please sign in to comment.