diff options
author | 2024-02-21 19:10:19 +0000 | |
---|---|---|
committer | 2024-02-21 19:10:19 +0000 | |
commit | 17ca8751512743a9f8a04e44af79bbfbd988e91e (patch) | |
tree | eb089c3af1353603bf4150a3c7330e8923cb282a /kubernetes/common/postgres/templates/postgres.yaml | |
parent | 5210a5d2f545a6d5b15363783ec6d7e7ff41c387 (diff) | |
parent | 062e7c2a2f0e666ba87d4a0337e5774cf841b3f9 (diff) |
Merge "[POSTGRES][COMMON] Add support for postgres operator"
Diffstat (limited to 'kubernetes/common/postgres/templates/postgres.yaml')
-rw-r--r-- | kubernetes/common/postgres/templates/postgres.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/common/postgres/templates/postgres.yaml b/kubernetes/common/postgres/templates/postgres.yaml new file mode 100644 index 0000000000..aca6aa260f --- /dev/null +++ b/kubernetes/common/postgres/templates/postgres.yaml @@ -0,0 +1,19 @@ +{{/* +# Copyright © 2023 Deutsche Telekom AG +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +*/}} + +{{- if .Values.global.postgres.useOperator }} +{{ include "common.postgresOpInstance" . }} +{{- end }}
\ No newline at end of file |