From d4751c43957b1c0e536359a5685470e4112e62c6 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 1 Mar 2021 15:16:35 -0700 Subject: [PATCH] chore: ex vals for mm objectstore endpoint --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 9f30a42c48..12de015b8f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -639,7 +639,7 @@ addons: objectStorage: # -- S3 compatible endpoint to use for connection information. # Entering connection info will enable this option and will auto-create any required secrets. - # examples: "https://s3.amazonaws.com" "https://s3.us-gov-west-1.amazonaws.com" "http://minio.minio.svc.cluster.local:9000" + # examples: "s3.amazonaws.com" "s3.us-gov-west-1.amazonaws.com" "minio.minio.svc.cluster.local:9000" endpoint: "" # -- Access key for connecting to object storage endpoint. -- GitLab