Skip to content

Commit 8f31b1f

Browse files
Replace hugo highlight syntax with native code blocks (DataDog#21231)
1 parent 4464539 commit 8f31b1f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

eks_fargate/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The following is output from a sample Redis deployment's pod where the Admission
228228

229229
The sidecar uses the image repository and tags set in `datadog-agent.yaml`.
230230

231-
{{< highlight yaml "hl_lines=15-37" >}}
231+
```yaml
232232
metadata:
233233
labels:
234234
app: redis
@@ -266,7 +266,7 @@ spec:
266266
requests:
267267
cpu: 200m
268268
memory: 256Mi
269-
{{< /highlight >}}
269+
```
270270

271271
##### Custom configuration with sidecar profiles and custom selectors - Datadog Operator
272272

@@ -311,7 +311,7 @@ Apply this configuration and wait for the Cluster Agent to reach a running state
311311

312312
The following is output from a Redis deployment's pod where the Admission Controller injected an Agent sidecar based on the pod label `app: redis` instead of the label `agent.datadoghq.com/sidecar: fargate`:
313313

314-
{{< highlight yaml "hl_lines=29-38" >}}
314+
```yaml
315315
metadata:
316316
labels:
317317
app: redis
@@ -350,7 +350,7 @@ spec:
350350
limits:
351351
cpu: "800m"
352352
memory: "512Mi"
353-
{{< /highlight >}}
353+
```
354354

355355
The environment variables and resource settings are automatically applied based on the new Fargate profile configured in the `DatadogAgent`.
356356

@@ -400,7 +400,7 @@ The following is output from a sample Redis Deployment's pod where the Admission
400400

401401
The sidecar uses the image repository and tags set in `datadog-values.yaml`.
402402

403-
{{< highlight yaml "hl_lines=15-37" >}}
403+
```yaml
404404
metadata:
405405
labels:
406406
app: redis
@@ -438,7 +438,7 @@ spec:
438438
requests:
439439
cpu: 200m
440440
memory: 256Mi
441-
{{< /highlight >}}
441+
```
442442

443443
##### Custom configuration with sidecar profiles and custom selectors - Helm
444444

@@ -481,7 +481,7 @@ Apply this configuration and wait for the Cluster Agent to reach a running state
481481

482482
The following is output from a Redis deployment's pod where the Admission Controller injected an Agent sidecar based on the pod label `app: redis` instead of the label `agent.datadoghq.com/sidecar: fargate`:
483483

484-
{{< highlight yaml "hl_lines=29-37" >}}
484+
```yaml
485485
metadata:
486486
labels:
487487
app: redis
@@ -520,7 +520,7 @@ spec:
520520
limits:
521521
cpu: "800m"
522522
memory: "512Mi"
523-
{{< /highlight >}}
523+
```
524524

525525
The environment variables and resource settings are automatically applied based on the new Fargate profile configured in the Helm configuration.
526526

0 commit comments

Comments
 (0)