From 2a54e49e9fe7c638d1ef516616aa875698715de6 Mon Sep 17 00:00:00 2001 From: adriannieto-attechnest <88320765+adriannieto-attechnest@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:21:26 +0100 Subject: [PATCH] Fixed tiny typo in values.yaml (#2100) --- charts/postgres-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index 9dc6960b7..99e1092be 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -299,7 +299,7 @@ configAwsOrGcp: # Path to mount the above Secret in the filesystem of the container(s) # additional_secret_mount_path: "/some/dir" - # AWS region used to store ESB volumes + # AWS region used to store EBS volumes aws_region: eu-central-1 # enable automatic migration on AWS from gp2 to gp3 volumes