File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ kubectl apply -R -f k8s-manifests/cluster-setup/
185185
1861862 . ** Deploy the Storedog Application:**
187187
188- This command creates a ` storedog ` namespace.
188+ The following command creates a ` storedog ` namespace.
189189
190190``` bash
191191kubectl create namespace storedog
192192```
193193
1941943 . ** 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
2082083 . ** 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
213213for file in k8s-manifests/storedog-app/** /* .yaml; do envsubst < " $file " | kubectl apply -n storedog -f -; done
You can’t perform that action at this time.
0 commit comments