Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
swang392 committed Feb 7, 2025
1 parent f7fd3ed commit 2b77f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/datadog-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| datadogAgentProfile.enabled | bool | `false` | If true, enables DatadogAgentProfile controller (beta). Requires v1.5.0+ |
| datadogCRDs.crds.datadogAgents | bool | `true` | Set to true to deploy the DatadogAgents CRD |
| datadogCRDs.crds.datadogDashboards | bool | `false` | Set to true to deploy the DatadogDashboard CRD |
| datadogCRDs.crds.datadogGenericResources | bool | `false` | Set to true to deploy the datadogGenericResource CRD |
| datadogCRDs.crds.datadogGenericResources | bool | `false` | Set to true to deploy the DatadogGenericResource CRD |
| datadogCRDs.crds.datadogMetrics | bool | `true` | Set to true to deploy the DatadogMetrics CRD |
| datadogCRDs.crds.datadogMonitors | bool | `true` | Set to true to deploy the DatadogMonitors CRD |
| datadogCRDs.crds.datadogPodAutoscalers | bool | `true` | Set to true to deploy the DatadogPodAutoscalers CRD |
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ datadogCRDs:
datadogSLOs: false
# datadogCRDs.crds.datadogDashboards -- Set to true to deploy the DatadogDashboard CRD
datadogDashboards: false
# datadogCRDs.crds.datadogGenericResources -- Set to true to deploy the datadogGenericResource CRD
# datadogCRDs.crds.datadogGenericResources -- Set to true to deploy the DatadogGenericResource CRD
datadogGenericResources: false

# podAnnotations -- Allows setting additional annotations for Datadog Operator PODs
Expand Down

0 comments on commit 2b77f02

Please sign in to comment.