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.