Skip to content

Commit fea3ce1

Browse files
committed
update documentation
1 parent 8042158 commit fea3ce1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/datadog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ helm install <RELEASE_NAME> \
934934
| registry | string | `nil` | Registry to use for all Agent images (default to [gcr.io | eu.gcr.io | asia.gcr.io | datadoghq.azurecr.io | public.ecr.aws/datadog] depending on datadog.site value) |
935935
| remoteConfiguration.enabled | bool | `true` | Set to true to enable remote configuration on the Cluster Agent (if set) and the node agent. Can be overridden if `datadog.remoteConfiguration.enabled` Preferred way to enable Remote Configuration. |
936936
| targetSystem | string | `"linux"` | Target OS for this deployment (possible values: linux, windows) |
937-
| useFIPSAgent | bool | `false` | Setting useFIPSAgent to true makes the helm chart use Agent images that are FIPS-compliant for use in GOVCLOUD environments Setting this to true disables the fips-proxy sidecar. This is the recommended method for enabling FIPS compliance. |
937+
| useFIPSAgent | bool | `false` | Setting useFIPSAgent to true makes the helm chart use Agent images that are FIPS-compliant for use in GOVCLOUD environments. Setting this to true disables the fips-proxy sidecar and is the recommended method for enabling FIPS compliance. |
938938

939939
## Configuration options for Windows deployments
940940
<a name="windows-config"></a>

charts/datadog/values.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1575,9 +1575,8 @@ existingClusterAgent:
15751575
# existingClusterAgent.clusterchecksEnabled -- set this to false if you don’t want the agents to run the cluster checks of the joined external cluster agent
15761576
clusterchecksEnabled: true
15771577

1578-
# useFIPSAgent -- Setting useFIPSAgent to true makes the helm chart use Agent images that are FIPS-compliant for use in GOVCLOUD environments
1579-
# Setting this to true disables the fips-proxy sidecar.
1580-
# This is the recommended method for enabling FIPS compliance.
1578+
# useFIPSAgent -- Setting useFIPSAgent to true makes the helm chart use Agent images that are FIPS-compliant for use in GOVCLOUD environments.
1579+
# Setting this to true disables the fips-proxy sidecar and is the recommended method for enabling FIPS compliance.
15811580
useFIPSAgent: false
15821581

15831582
## fips is used to enable and configure the fips-proxy sidecar.

0 commit comments

Comments
 (0)