components-contrib/tests/certification/bindings/postgres/components/standard/postgres.yaml

11 lines
278 B
YAML

apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: standard-binding
spec:
type: bindings.postgresql
version: v1
metadata:
- name: connectionString
value: "host=localhost user=postgres password=example port=5432 connect_timeout=10 database=dapr_test"