Skip to content

Commit

Permalink
Update vmware-disconnected-example.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 authored Mar 14, 2024
1 parent e547eac commit bb84398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _vmware/vmware-disconnected-example.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You'll need to provide it some variables such as the following: Plase us the `ex

#### General Configuration Variables

{% highlight yaml %}
```bash=
# pull_secret path is the path to the pull-secret for the cluster
pull_secret_path: ~/ocp-install-pull-secret.json
Expand Down Expand Up @@ -272,13 +272,13 @@ additional_trust_bundle: |
LSMk1f3L54UjG+iMyolALyCvpibGD6g6PRMp8UTStZatPJDzT2/JbFu9mIhU5V4g
zYML3t12ZU8JGpxxfUk2ObjKbixfSwSmTcWb+s8kgg==
-----END CERTIFICATE-----
{% endhighlight %}
```


#### HA Cluster Deployment
[vmware-disconnected-example/nodes.yml](https://github.com/Red-Hat-SE-RTO/openshift-agent-install/blob/main/examples/vmware-disconnected-example/nodes.yml)

{% highlight yaml %}
```bash=
# Node Counts the installer will expect
control_plane_replicas: 3
app_node_replicas: 3
Expand Down Expand Up @@ -448,4 +448,4 @@ nodes:
next-hop-address: "{{ octect }}.1"
next-hop-interface: ens192
table-id: 254
{% endhighlight %}
```

0 comments on commit bb84398

Please sign in to comment.