mirror of https://github.com/dapr/docs.git
Update setup-postgresql.md (#696)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
This commit is contained in:
parent
8ef22a9552
commit
7a2cf32c31
|
@ -47,7 +47,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
|||
|
||||
### In Kubernetes
|
||||
|
||||
To apply the SQL Server state store to Kubernetes, use the `kubectl` CLI:
|
||||
To apply the PostgreSQL state store to Kubernetes, use the `kubectl` CLI:
|
||||
|
||||
```yaml
|
||||
kubectl apply -f postgres.yaml
|
||||
|
|
Loading…
Reference in New Issue