enable_ebs_gp3_migration_max_size with quotes
This commit is contained in:
parent
4da0cb6baa
commit
998f664490
|
|
@ -217,7 +217,7 @@ configAwsOrGcp:
|
||||||
# enable automatic migration on AWS from gp2 to gp3 volumes
|
# enable automatic migration on AWS from gp2 to gp3 volumes
|
||||||
enable_ebs_gp3_migration: "false"
|
enable_ebs_gp3_migration: "false"
|
||||||
# defines maximum volume size in GB until which auto migration happens
|
# defines maximum volume size in GB until which auto migration happens
|
||||||
# enable_ebs_gp3_migration_max_size: 1000
|
# enable_ebs_gp3_migration_max_size: "1000"
|
||||||
|
|
||||||
# GCP credentials for setting the GOOGLE_APPLICATION_CREDNETIALS environment variable
|
# GCP credentials for setting the GOOGLE_APPLICATION_CREDNETIALS environment variable
|
||||||
# gcp_credentials: ""
|
# gcp_credentials: ""
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ data:
|
||||||
# enable_crd_validation: "true"
|
# enable_crd_validation: "true"
|
||||||
# enable_database_access: "true"
|
# enable_database_access: "true"
|
||||||
enable_ebs_gp3_migration: "false"
|
enable_ebs_gp3_migration: "false"
|
||||||
# enable_ebs_gp3_migration_max_size: 1000
|
# enable_ebs_gp3_migration_max_size: "1000"
|
||||||
# enable_init_containers: "true"
|
# enable_init_containers: "true"
|
||||||
# enable_lazy_spilo_upgrade: "false"
|
# enable_lazy_spilo_upgrade: "false"
|
||||||
enable_master_load_balancer: "false"
|
enable_master_load_balancer: "false"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue