Skip to content

Commit

Permalink
remove config from clock_schema and deployment_updater_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kathap committed Jan 15, 2024
1 parent c46c880 commit c8c728d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/cloud_controller/config_schemas/base/clock_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class ClockSchema < VCAP::Config

statsd_host: String,
statsd_port: Integer,
optional(:disable_statsd_metrics) => bool,

max_labels_per_resource: Integer,
max_annotations_per_resource: Integer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class DeploymentUpdaterSchema < VCAP::Config

statsd_host: String,
statsd_port: Integer,
optional(:disable_statsd_metrics) => bool,

max_labels_per_resource: Integer,
max_annotations_per_resource: Integer,
Expand Down

0 comments on commit c8c728d

Please sign in to comment.