Skip to content

Commit

Permalink
Revert "chore: Update alt defaults for mysql & postgres blueprint (#646
Browse files Browse the repository at this point in the history
…)"

This reverts commit 72bb2f5.
  • Loading branch information
q2w authored Oct 18, 2024
1 parent 72bb2f5 commit 37857a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
25 changes: 0 additions & 25 deletions modules/mysql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,9 @@ spec:
availability_type:
name: availability_type
title: Availability Type
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: REGIONAL
backup_configuration:
name: backup_configuration
title: Backup Configuration
alt_defaults:
- type: ALTERNATE_TYPE_DC
value:
enabled: true
point_in_time_recovery_enabled: true
connector_enforcement:
name: connector_enforcement
title: Connector Enforcement
Expand All @@ -60,17 +52,9 @@ spec:
data_cache_enabled:
name: data_cache_enabled
title: Data Cache Enabled
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
database_flags:
name: database_flags
title: Database Flags
alt_defaults:
- type: ALTERNATE_TYPE_DC
value:
- name: "cloudsql_iam_authentication"
value: "on"
database_integration_roles:
name: database_integration_roles
title: Database Integration Roles
Expand All @@ -95,18 +79,12 @@ spec:
deletion_protection_enabled:
name: deletion_protection_enabled
title: Deletion Protection Enabled
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
deny_maintenance_period:
name: deny_maintenance_period
title: Deny Maintenance Period
disk_autoresize:
name: disk_autoresize
title: Disk Autoresize
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
disk_autoresize_limit:
name: disk_autoresize_limit
title: Disk Autoresize Limit
Expand All @@ -119,9 +97,6 @@ spec:
edition:
name: edition
title: Edition
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: ENTERPRISE_PLUS
enable_default_db:
name: enable_default_db
title: Enable Default Db
Expand Down
25 changes: 0 additions & 25 deletions modules/postgresql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,9 @@ spec:
availability_type:
name: availability_type
title: Availability Type
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: REGIONAL
backup_configuration:
name: backup_configuration
title: Backup Configuration
alt_defaults:
- type: ALTERNATE_TYPE_DC
value:
enabled: true
point_in_time_recovery_enabled: true
connector_enforcement:
name: connector_enforcement
title: Connector Enforcement
Expand All @@ -60,20 +52,12 @@ spec:
data_cache_enabled:
name: data_cache_enabled
title: Data Cache Enabled
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
database_deletion_policy:
name: database_deletion_policy
title: Database Deletion Policy
database_flags:
name: database_flags
title: Database Flags
alt_defaults:
- type: ALTERNATE_TYPE_DC
value:
- name: "cloudsql.iam_authentication"
value: "on"
database_integration_roles:
name: database_integration_roles
title: Database Integration Roles
Expand All @@ -98,18 +82,12 @@ spec:
deletion_protection_enabled:
name: deletion_protection_enabled
title: Deletion Protection Enabled
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
deny_maintenance_period:
name: deny_maintenance_period
title: Deny Maintenance Period
disk_autoresize:
name: disk_autoresize
title: Disk Autoresize
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: true
disk_autoresize_limit:
name: disk_autoresize_limit
title: Disk Autoresize Limit
Expand All @@ -122,9 +100,6 @@ spec:
edition:
name: edition
title: Edition
alt_defaults:
- type: ALTERNATE_TYPE_DC
value: ENTERPRISE_PLUS
enable_default_db:
name: enable_default_db
title: Enable Default Db
Expand Down

0 comments on commit 37857a6

Please # to comment.