aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Latusek <j.latusek@samsung.com>2020-09-15 11:03:57 +0200
committerJakub Latusek <j.latusek@samsung.com>2020-09-15 18:07:52 +0200
commitac0aa92efe65cade467e9f05da5551f438845c85 (patch)
treeedb799089e00dc74bbd8d191999ae69e64f28bd7
parent27aae18cdee00c873e3617a6a3b5fb2d294b9b98 (diff)
Remove field not defined in deployment specification
Change-Id: I811b5a5fe6f6c77209ab7f7b2da5fe188cf7b2db Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562
-rw-r--r--kubernetes/common/postgres/templates/_deployment.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/common/postgres/templates/_deployment.tpl b/kubernetes/common/postgres/templates/_deployment.tpl
index 456aa32bc0..9ce9b88644 100644
--- a/kubernetes/common/postgres/templates/_deployment.tpl
+++ b/kubernetes/common/postgres/templates/_deployment.tpl
@@ -30,7 +30,6 @@ metadata:
heritage: {{ $dot.Release.Service }}
name: "{{ index $dot.Values "container" "name" $pgMode }}"
spec:
- serviceName: {{ $dot.Values.service.name }}
replicas: 1
selector:
matchLabels: