From 7a2cf32c31f044aa89b6d9cc8da7bc511ce65ffe Mon Sep 17 00:00:00 2001 From: Bhanu Prakash Korthiwada Date: Wed, 22 Jul 2020 21:17:20 +0530 Subject: [PATCH] Update setup-postgresql.md (#696) Co-authored-by: Aman Bhardwaj Co-authored-by: Yaron Schneider --- howto/setup-state-store/setup-postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/setup-state-store/setup-postgresql.md b/howto/setup-state-store/setup-postgresql.md index c94388365..0753f0944 100644 --- a/howto/setup-state-store/setup-postgresql.md +++ b/howto/setup-state-store/setup-postgresql.md @@ -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