From da3d745ffdc7d3dd02827e3e6f0527fcd5f8559d Mon Sep 17 00:00:00 2001 From: Nithit Vipachon Date: Wed, 6 Dec 2017 11:29:22 +0700 Subject: [PATCH] fix typo for postgreSql --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e161b0..646a758 100644 --- a/readme.md +++ b/readme.md @@ -125,7 +125,7 @@ If the secrets are found theirs data is made available to the application. **Example:** -Let's assume that we have a spring boot application named ``demo`` that uses properties to read its ActiveMQ and PostreSQL configuration. +Let's assume that we have a spring boot application named ``demo`` that uses properties to read its ActiveMQ and PostgreSQL configuration. - `amq.username` - `amq.password` @@ -148,7 +148,7 @@ This can be externalized to Secrets in yaml format: amq.password: MWYyZDFlMmU2N2Rm ``` -- **PostreSQL** +- **PostgreSQL** ```yaml apiVersion: v1 kind: Secret