Skip to content

Commit

Permalink
fix-> remove contrainst not null
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 committed Oct 28, 2024
1 parent e1af052 commit 13f4aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/autoscaler/api/db/servicebroker.db.changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ databaseChangeLog:
- column:
name: custom_metrics_strategy
type: varchar(40)
constraints:
nullable: false
- changeSet:
id: 6
author: Arsalan
Expand Down
3 changes: 2 additions & 1 deletion templates/app-autoscaler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,9 @@ instance_groups:
properties:
autoscaler:
policy_db: *database
binding_db: *database
policy_db_connection_config: *databaseConnectionConfig
binding_db: *database
binding_db_connection_config: *databaseConnectionConfig
metricsforwarder:
health:
port: &metricsforwarderHealthPort 6403
Expand Down

0 comments on commit 13f4aea

Please sign in to comment.