diff options
author | 2020-03-25 12:25:49 +0000 | |
---|---|---|
committer | 2020-03-25 12:25:49 +0000 | |
commit | 78897562ad9be5b7743f0eded39459a0a725bddf (patch) | |
tree | 1e9cf4348eb6ddbd0d6dadb0e41478006cb7989c /kubernetes/common/mariadb-galera/templates/configmap.yaml | |
parent | 8af6e787bd1bde1bfbcfc662643982c1ab4ee8a2 (diff) | |
parent | c0a57f88ddcea79e2adfe94efa52d2bcddc792c3 (diff) |
Merge "[COMMON] Optimize common secret template"
Diffstat (limited to 'kubernetes/common/mariadb-galera/templates/configmap.yaml')
-rw-r--r-- | kubernetes/common/mariadb-galera/templates/configmap.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/common/mariadb-galera/templates/configmap.yaml b/kubernetes/common/mariadb-galera/templates/configmap.yaml index f143c3b679..e7bb701930 100644 --- a/kubernetes/common/mariadb-galera/templates/configmap.yaml +++ b/kubernetes/common/mariadb-galera/templates/configmap.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # 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.externalConfig }} apiVersion: v1 |