Skip to content

Commit

Permalink
fix crds (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez committed Sep 1, 2020
1 parent 9c1fce9 commit c762e52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/crds/v1/datadoghq.com_datadogagents_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3609,6 +3609,12 @@ spec:
description: Enable usage of DatadogMetrics CRD (allow
to scale on arbitrary queries)
type: boolean
wpaController:
description: 'Enable informer and controller of the watermark
pod autoscaler NOTE: The WatermarkPodAutoscaler controller
needs to be installed see https://github.com/DataDog/watermarkpodautoscaler
for more details.'
type: boolean
type: object
logLevel:
description: 'Set logging verbosity, valid log levels are:
Expand Down
6 changes: 6 additions & 0 deletions deploy/crds/v1beta1/datadoghq.com_datadogagents_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,12 @@ spec:
description: Enable usage of DatadogMetrics CRD (allow to
scale on arbitrary queries)
type: boolean
wpaController:
description: 'Enable informer and controller of the watermark
pod autoscaler NOTE: The WatermarkPodAutoscaler controller
needs to be installed see https://github.com/DataDog/watermarkpodautoscaler
for more details.'
type: boolean
type: object
logLevel:
description: 'Set logging verbosity, valid log levels are: trace,
Expand Down

0 comments on commit c762e52

Please sign in to comment.