[Metadata] Clarify that MySQL components work with MariaDB too (#2866)

This commit is contained in:
Alessandro (Ale) Segala 2023-05-26 15:19:40 -07:00 committed by GitHub
parent a7b7e3cbc5
commit 899f4407dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type: bindings
name: mysql
version: v1
status: alpha
title: "MySQL"
title: "MySQL & MariaDB"
urls:
- title: Reference
url: https://docs.dapr.io/reference/components-reference/supported-bindings/mysql/

View File

@ -4,7 +4,7 @@ type: state
name: mysql
version: v1
status: stable
title: "MySQL"
title: "MySQL & MariaDB"
urls:
- title: Reference
url: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-mysql/
@ -35,6 +35,7 @@ metadata:
description: "Name of the table Dapr uses to store a few metadata properties"
type: string
default: "dapr_metadata"
example: '"dapr_metadata"'
- name: pemPath
description: |
Full path to the PEM file to use for enforced SSL Connection.