X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fpostgres%2Ftemplates%2Fdeployment-primary.yaml;fp=kubernetes%2Fcommon%2Fpostgres%2Ftemplates%2Fdeployment-primary.yaml;h=535eefa8cfb2042484bbfac9f52f6ae905d94413;hb=17ca8751512743a9f8a04e44af79bbfbd988e91e;hp=c8a000142eafeefb685228df21bfc0992c0b25a5;hpb=5210a5d2f545a6d5b15363783ec6d7e7ff41c387;p=oom.git diff --git a/kubernetes/common/postgres/templates/deployment-primary.yaml b/kubernetes/common/postgres/templates/deployment-primary.yaml index c8a000142e..535eefa8cf 100644 --- a/kubernetes/common/postgres/templates/deployment-primary.yaml +++ b/kubernetes/common/postgres/templates/deployment-primary.yaml @@ -13,4 +13,6 @@ # # See the License for the specific language governing permissions and # # limitations under the License. */}} +{{- if not .Values.global.postgres.useOperator }} {{ include "common.postgres.deployment" (dict "dot" . "pgMode" "primary") }} +{{- end }} \ No newline at end of file