aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mongodb-init/templates/secrets.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-07-17 13:24:38 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2024-07-17 17:18:49 +0200
commitb2c57e00121e912eaff312ffbf19168f4d3617d2 (patch)
tree67d97a00e7f78145e8ebbcde33993dd456a2c39c /kubernetes/common/mongodb-init/templates/secrets.yaml
parent004ebce85d8214df87689db574efd7f16c87524d (diff)
[COMMON] Update various common charts
- add kyverno policy fixes for cassandra Operator template - add new mongodb-init chart - new parameter in global values to support "NativeSidecar" which disables the deployment of the sidecar killer in jobs - update of "killSideCar" function to use the new option Issue-ID: OOM-3288 Issue-ID: OOM-3296 Change-Id: If7cafd10a14e9bc6b7843c0c2a62691c4e94ca71 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/common/mongodb-init/templates/secrets.yaml')
-rw-r--r--kubernetes/common/mongodb-init/templates/secrets.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/common/mongodb-init/templates/secrets.yaml b/kubernetes/common/mongodb-init/templates/secrets.yaml
new file mode 100644
index 0000000000..577d9d581e
--- /dev/null
+++ b/kubernetes/common/mongodb-init/templates/secrets.yaml
@@ -0,0 +1,15 @@
+{{/*
+# ## Copyright © 2024 Deutsche Telekom
+# # 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.
+*/}}
+{{ include "common.secretFast" . }}