[Metadata] Clarify that MySQL components work with MariaDB too (#2866)
This commit is contained in:
parent
a7b7e3cbc5
commit
899f4407dd
|
@ -4,7 +4,7 @@ type: bindings
|
||||||
name: mysql
|
name: mysql
|
||||||
version: v1
|
version: v1
|
||||||
status: alpha
|
status: alpha
|
||||||
title: "MySQL"
|
title: "MySQL & MariaDB"
|
||||||
urls:
|
urls:
|
||||||
- title: Reference
|
- title: Reference
|
||||||
url: https://docs.dapr.io/reference/components-reference/supported-bindings/mysql/
|
url: https://docs.dapr.io/reference/components-reference/supported-bindings/mysql/
|
||||||
|
|
|
@ -4,7 +4,7 @@ type: state
|
||||||
name: mysql
|
name: mysql
|
||||||
version: v1
|
version: v1
|
||||||
status: stable
|
status: stable
|
||||||
title: "MySQL"
|
title: "MySQL & MariaDB"
|
||||||
urls:
|
urls:
|
||||||
- title: Reference
|
- title: Reference
|
||||||
url: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-mysql/
|
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"
|
description: "Name of the table Dapr uses to store a few metadata properties"
|
||||||
type: string
|
type: string
|
||||||
default: "dapr_metadata"
|
default: "dapr_metadata"
|
||||||
|
example: '"dapr_metadata"'
|
||||||
- name: pemPath
|
- name: pemPath
|
||||||
description: |
|
description: |
|
||||||
Full path to the PEM file to use for enforced SSL Connection.
|
Full path to the PEM file to use for enforced SSL Connection.
|
||||||
|
|
Loading…
Reference in New Issue