diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-09-15 11:03:57 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-09-15 18:07:52 +0200 |
commit | ac0aa92efe65cade467e9f05da5551f438845c85 (patch) | |
tree | edb799089e00dc74bbd8d191999ae69e64f28bd7 /kubernetes/common/postgres/templates | |
parent | 27aae18cdee00c873e3617a6a3b5fb2d294b9b98 (diff) |
Remove field not defined in deployment specification
Change-Id: I811b5a5fe6f6c77209ab7f7b2da5fe188cf7b2db
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/common/postgres/templates')
-rw-r--r-- | kubernetes/common/postgres/templates/_deployment.tpl | 1 |
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: |