Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add alternate defaults for mysql & postgresql blueprint #646

Merged
merged 15 commits into from
Oct 18, 2024
15 changes: 15 additions & 0 deletions modules/mysql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
backup_configuration:
name: backup_configuration
title: Backup Configuration
alt_defaults:
- type: ALTERNATE_TYPE_UNSPECIFIED
qz267 marked this conversation as resolved.
Show resolved Hide resolved
value: true
connector_enforcement:
name: connector_enforcement
title: Connector Enforcement
Expand All @@ -52,6 +55,9 @@ spec:
data_cache_enabled:
name: data_cache_enabled
title: Data Cache Enabled
alt_defaults:
- type: ALTERNATE_TYPE_UNSPECIFIED
value: true
database_flags:
name: database_flags
title: Database Flags
Expand Down Expand Up @@ -79,12 +85,18 @@ spec:
deletion_protection_enabled:
name: deletion_protection_enabled
title: Deletion Protection Enabled
alt_defaults:
- type: ALTERNATE_TYPE_UNSPECIFIED
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_UNSPECIFIED
value: true
disk_autoresize_limit:
name: disk_autoresize_limit
title: Disk Autoresize Limit
Expand All @@ -97,6 +109,9 @@ spec:
edition:
name: edition
title: Edition
alt_defaults:
- type: ALTERNATE_TYPE_UNSPECIFIED
value: "ENTERPRISE_PLUS"
enable_default_db:
name: enable_default_db
title: Enable Default Db
Expand Down