From d9af73bf25791662b4331484f375ad3dab72fc1e Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Wed, 16 Oct 2024 16:13:26 -0700 Subject: [PATCH] doc changes --- api/v4/common_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v4/common_types.go b/api/v4/common_types.go index 968ecd8ed..7adf0670b 100644 --- a/api/v4/common_types.go +++ b/api/v4/common_types.go @@ -311,7 +311,7 @@ type VolumeSpec struct { // Remote Storage type. Supported values: s3, blob. s3 works with aws or minio providers, whereas blob works with azure provider. Type string `json:"storageType"` - // App Package Remote Store provider. Supported values: aws, minio, azure. + // App Package Remote Store provider. Supported values: aws, minio, azure, gcp. Provider string `json:"provider"` // Region of the remote storage volume where apps reside. Used for aws, if provided. Not used for minio and azure.