From f45b411bba5e2cb7dde25117e1c4cdb8a987c525 Mon Sep 17 00:00:00 2001 From: Duncan Doyle Date: Thu, 8 Oct 2020 23:17:10 +0200 Subject: [PATCH] Update README.md Fixed the ServiceBindingRequest YAML to use the proper "apiVersion" and "kind", and updated the "spec" to use "applicationSelector" and "backingServiceSelector". --- examples/nodejs_postgresql/README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/examples/nodejs_postgresql/README.md b/examples/nodejs_postgresql/README.md index 90ce8b151e..7a1d4aa783 100644 --- a/examples/nodejs_postgresql/README.md +++ b/examples/nodejs_postgresql/README.md @@ -182,22 +182,23 @@ Create the following `ServiceBinding`: ``` shell cat <