Skip to content

Commit 920d7fa

Browse files
Apply suggestions from code review
Co-authored-by: tammergalal <80272161+tammergalal@users.noreply.github.com>
1 parent d13371d commit 920d7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s-manifests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ kubectl apply -R -f k8s-manifests/cluster-setup/
185185

186186
2. **Deploy the Storedog Application:**
187187

188-
This command creates a `storedog` namespace.
188+
The following command creates a `storedog` namespace.
189189

190190
```bash
191191
kubectl create namespace storedog
192192
```
193193

194194
3. **Create Secrets for Datadog RUM:**
195195

196-
This command creates a Kubernetes secret with your Datadog RUM app id and client token keys:
196+
The following command creates a Kubernetes secret with your Datadog RUM app id and client token keys:
197197

198198
> [!IMPORTANT]
199199
> Change the namespace from `storedog` if needed.
@@ -207,7 +207,7 @@ kubectl create secret generic datadog-secret \
207207

208208
3. **Deploy the Storedog Application:**
209209

210-
This command deploys all application components into it.
210+
The following command deploys all application components into it.
211211

212212
```bash
213213
for file in k8s-manifests/storedog-app/**/*.yaml; do envsubst < "$file" | kubectl apply -n storedog -f -; done

0 commit comments

Comments
 (0)