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