From e2538ed86e8aecf4cabec4a00ccb884aecb9f67e Mon Sep 17 00:00:00 2001 From: Charlie Harbeson Date: Wed, 20 Mar 2019 15:49:51 -0700 Subject: [PATCH] Update postgres docs with correct podTemplate and serviceTemplate specs for annotations --- docs/concepts/databases/postgres.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/concepts/databases/postgres.md b/docs/concepts/databases/postgres.md index 876d55d9d..0d9d9e7c1 100644 --- a/docs/concepts/databases/postgres.md +++ b/docs/concepts/databases/postgres.md @@ -75,8 +75,9 @@ spec: configMap: name: pg-custom-config podTemplate: - annotations: - passMe: ToDatabasePod + metadata: + annotations: + passMe: ToDatabasePod controller: annotations: passMe: ToStatefulSet @@ -97,8 +98,9 @@ spec: memory: "128Mi" cpu: "500m" serviceTemplate: - annotations: - passMe: ToService + metadata: + annotations: + passMe: ToService spec: type: NodePort ports: