Skip to content

Commit fdb82b1

Browse files
authored
Merge pull request DataDog#15984 from DataDog/aliciascott-fix-yaml-formatting-control-plane
Fix yaml formatting for control-plane documentation
2 parents 2aa0a34 + cd9a6b7 commit fdb82b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/en/containers/kubernetes/control_plane.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By providing read access to the Etcd certificates located on the host, the Datad
5555

5656
Custom `values.yaml`:
5757

58-
```
58+
```yaml
5959
datadog:
6060
apiKey: <DATADOG_API_KEY>
6161
appKey: <DATADOG_APP_KEY>
@@ -93,7 +93,7 @@ agents:
9393
9494
DatadogAgent Kubernetes Resource:
9595
96-
```
96+
```yaml
9797
apiVersion: datadoghq.com/v1alpha1
9898
kind: DatadogAgent
9999
metadata:
@@ -165,7 +165,7 @@ Secure ports allow authentication and authorization to protect your Control Plan
165165
166166
Custom `values.yaml`:
167167

168-
```
168+
```yaml
169169
datadog:
170170
apiKey: <DATADOG_API_KEY>
171171
appKey: <DATADOG_APP_KEY>
@@ -219,7 +219,7 @@ agents:
219219

220220
DatadogAgent Kubernetes Resource:
221221

222-
```
222+
```yaml
223223
apiVersion: datadoghq.com/v1alpha1
224224
kind: DatadogAgent
225225
metadata:
@@ -303,7 +303,7 @@ data:
303303
- The `ssl_verify` field in the `kube_controller_manager` and `kube_scheduler` configuration needs to be set to `false` when using self-signed certificates.
304304
- When targeting secure ports, the `bind-address` option in your Controller Manager and Scheduler configuration must be reachable by the Datadog Agent. Example:
305305

306-
```
306+
```yaml
307307
apiVersion: kubeadm.k8s.io/v1beta2
308308
kind: ClusterConfiguration
309309
controllerManager:
@@ -703,7 +703,7 @@ Deploy the Datadog Agent with manifests based on the following configurations:
703703

704704
Custom `values.yaml`:
705705

706-
```
706+
```yaml
707707
datadog:
708708
apiKey: <DATADOG_API_KEY>
709709
appKey: <DATADOG_APP_KEY>
@@ -733,7 +733,7 @@ agents:
733733

734734
DatadogAgent Kubernetes Resource:
735735

736-
```
736+
```yaml
737737
apiVersion: datadoghq.com/v1alpha1
738738
kind: DatadogAgent
739739
metadata:
@@ -820,7 +820,7 @@ The following are examples of how to configure the Datadog Agent with Helm and t
820820

821821
Custom `values.yaml`:
822822

823-
```
823+
```yaml
824824
datadog:
825825
apiKey: <DATADOG_API_KEY>
826826
appKey: <DATADOG_APP_KEY>
@@ -850,7 +850,7 @@ agents:
850850

851851
DatadogAgent Kubernetes Resource:
852852

853-
```
853+
```yaml
854854
apiVersion: datadoghq.com/v1alpha1
855855
kind: DatadogAgent
856856
metadata:

0 commit comments

Comments
 (0)