enable_ebs_gp3_migration_max_size with quotes

This commit is contained in:
Felix Kunde 2020-12-14 12:03:42 +01:00
parent 4da0cb6baa
commit 998f664490
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ configAwsOrGcp:
# enable automatic migration on AWS from gp2 to gp3 volumes
enable_ebs_gp3_migration: "false"
# 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: ""

View File

@ -37,7 +37,7 @@ data:
# enable_crd_validation: "true"
# enable_database_access: "true"
enable_ebs_gp3_migration: "false"
# enable_ebs_gp3_migration_max_size: 1000
# enable_ebs_gp3_migration_max_size: "1000"
# enable_init_containers: "true"
# enable_lazy_spilo_upgrade: "false"
enable_master_load_balancer: "false"