Skip to content

Commit

Permalink
doc/typo: VARS_FILE is now broadly referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Aug 16, 2023
1 parent 5b461d6 commit c0b1077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/OCI/oci-installing-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ EOF
source ~/.openshift/env

CLUSTER_NAME=oci-bm2
VAR_FILE=./vars-oci-ha_${CLUSTER_NAME}.yaml
VARS_FILE=./vars-oci-ha_${CLUSTER_NAME}.yaml

cat <<EOF > ${VAR_FILE}
cat <<EOF > ${VARS_FILE}
provider: oci
cluster_name: ${CLUSTER_NAME}
config_cluster_region: us-sanjose-1
Expand Down Expand Up @@ -138,7 +138,7 @@ ansible-playbook mtulio.okd_installer.install_clients -e @$VARS_FILE
ansible-playbook mtulio.okd_installer.create_all \
-e certs_max_retries=20 \
-e cert_wait_interval_sec=60 \
-e @$VAR_FILE
-e @$VARS_FILE
```

### Installing option 2: step-by-step
Expand Down

0 comments on commit c0b1077

Please sign in to comment.