diff options
Diffstat (limited to 'kubernetes/common/postgres/templates/deployment-primary.yaml')
-rw-r--r-- | kubernetes/common/postgres/templates/deployment-primary.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/postgres/templates/deployment-primary.yaml b/kubernetes/common/postgres/templates/deployment-primary.yaml index 535eefa8cf..7947559211 100644 --- a/kubernetes/common/postgres/templates/deployment-primary.yaml +++ b/kubernetes/common/postgres/templates/deployment-primary.yaml @@ -15,4 +15,4 @@ */}} {{- if not .Values.global.postgres.useOperator }} {{ include "common.postgres.deployment" (dict "dot" . "pgMode" "primary") }} -{{- end }}
\ No newline at end of file +{{- end }} |