Skip to content

Commit 13d210a

Browse files
committed
docs: fix header formatting
1 parent b086b7e commit 13d210a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
atlas cluster-add --name "downstream1" --replicas 1 --external-ip "1.1.1.1"
131131
```
132132

133-
### Step 4. Deploy Envoy on Downstream Cluster
133+
## Step 4. Deploy Envoy on Downstream Cluster
134134

135135
Atlas generates helm values for the Atlas Envoy Helm Chart for every downstream cluster added. These values come with the necessary seed values to allow initial secure connections to be established. Once comms are established the Envoy Aggreggated Discovery capabilites take over ensuring the downstream envoy instance stays configure properly.
136136

@@ -158,11 +158,11 @@ Once you have the values, install helm on your downstream cluster. Make sure you
158158
helm install envoy --values downstream1.yaml chart/
159159
```
160160

161-
### Step 5. Repeat
161+
## Step 5. Repeat
162162

163163
If you have more than one downstream cluster, repeast steps 3 and 4 until you've added all your clusters.
164164

165-
### Step 6. Configure Downstream Prometheus for Observability Alertmanagers
165+
## Step 6. Configure Downstream Prometheus for Observability Alertmanagers
166166

167167
To take full advantage of what Atlas offers, you can configure your downstream prometheus instances to talk to the alertmanagers in the observability cluster.
168168

0 commit comments

Comments
 (0)