You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/datadog/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -934,7 +934,7 @@ helm install <RELEASE_NAME> \
934
934
| 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) |
935
935
| 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. |
936
936
| 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. |
Copy file name to clipboardExpand all lines: charts/datadog/values.yaml
+2-3
Original file line number
Diff line number
Diff line change
@@ -1575,9 +1575,8 @@ existingClusterAgent:
1575
1575
# existingClusterAgent.clusterchecksEnabled -- set this to false if you don’t want the agents to run the cluster checks of the joined external cluster agent
1576
1576
clusterchecksEnabled: true
1577
1577
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.
1581
1580
useFIPSAgent: false
1582
1581
1583
1582
## fips is used to enable and configure the fips-proxy sidecar.
0 commit comments