Skip to content

Commit 8fadcf9

Browse files
ZENKO-4527: add back configmap yaml
1 parent 2ec7568 commit 8fadcf9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{{ if (.Files.Glob "files/docker-entrypoint-initdb.d/*[sh|js|json]") }}
2+
apiVersion: v1
3+
kind: ConfigMap
4+
metadata:
5+
name: mongodb-sharded-init-scripts
6+
labels: {{- include "common.labels.standard" . | nindent 4 }}
7+
data:
8+
{{ tpl (.Files.Glob "files/docker-entrypoint-initdb.d/*[sh|js|json]").AsConfig . | indent 2 }}
9+
{{ end }}

0 commit comments

Comments
 (0)