Make deletion protection consistent across all modules (#1735)
* Expose deletion_protection in GKE modules * Make deletion protection consistent across all modules * Add deletion_protection option to blueprints * Fix blueprints tests * Fix types * Update READMEs * Fix dp readme * Fix cmek blueprint default deletion_protection * Fix blueprints tests
This commit is contained in:
@@ -26,7 +26,7 @@ values:
|
||||
collation: null
|
||||
data_cache_config: []
|
||||
database_flags: []
|
||||
deletion_protection_enabled: false
|
||||
deletion_protection_enabled: true
|
||||
deny_maintenance_period: []
|
||||
disk_autoresize: true
|
||||
disk_autoresize_limit: 0
|
||||
|
||||
@@ -37,7 +37,7 @@ values:
|
||||
collation: null
|
||||
data_cache_config: []
|
||||
database_flags: []
|
||||
deletion_protection_enabled: false
|
||||
deletion_protection_enabled: true
|
||||
deny_maintenance_period: []
|
||||
disk_autoresize: true
|
||||
disk_autoresize_limit: 0
|
||||
@@ -72,7 +72,7 @@ values:
|
||||
collation: null
|
||||
data_cache_config: []
|
||||
database_flags: []
|
||||
deletion_protection_enabled: false
|
||||
deletion_protection_enabled: true
|
||||
deny_maintenance_period: []
|
||||
disk_autoresize: true
|
||||
disk_autoresize_limit: 0
|
||||
|
||||
@@ -27,7 +27,7 @@ values:
|
||||
collation: null
|
||||
data_cache_config: []
|
||||
database_flags: []
|
||||
deletion_protection_enabled: false
|
||||
deletion_protection_enabled: true
|
||||
deny_maintenance_period: []
|
||||
disk_autoresize: true
|
||||
disk_autoresize_limit: 0
|
||||
|
||||
Reference in New Issue
Block a user