X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fpostgres%2Ftemplates%2Fservice-replica.yaml;fp=kubernetes%2Fcommon%2Fpostgres%2Ftemplates%2Fservice-replica.yaml;h=68694561bd6f36c256233fca04ce060b6a515832;hb=062e7c2a2f0e666ba87d4a0337e5774cf841b3f9;hp=d92a0833af239a4c74201fe9e436b800b820b9ac;hpb=2ee6ad456a91061d64b859ba20108c7e3c556de3;p=oom.git diff --git a/kubernetes/common/postgres/templates/service-replica.yaml b/kubernetes/common/postgres/templates/service-replica.yaml index d92a0833af..68694561bd 100644 --- a/kubernetes/common/postgres/templates/service-replica.yaml +++ b/kubernetes/common/postgres/templates/service-replica.yaml @@ -13,6 +13,7 @@ # # See the License for the specific language governing permissions and # # limitations under the License. */}} +{{- if not .Values.global.postgres.useOperator }} apiVersion: v1 kind: Service metadata: @@ -39,3 +40,4 @@ spec: selector: name: "{{.Values.container.name.replica}}" release: {{ include "common.release" . }} +{{- end }} \ No newline at end of file