summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/minio/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/minio/templates/configmap.yaml')
-rw-r--r--vnfs/DAaaS/minio/templates/configmap.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/DAaaS/minio/templates/configmap.yaml b/vnfs/DAaaS/minio/templates/configmap.yaml
new file mode 100644
index 00000000..cb11fcd7
--- /dev/null
+++ b/vnfs/DAaaS/minio/templates/configmap.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ template "minio.fullname" . }}
+ labels:
+ app: {{ template "minio.name" . }}
+ chart: {{ template "minio.chart" . }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+data:
+ initialize: |-
+{{ include (print $.Template.BasePath "/_helper_create_bucket.txt") . | indent 4 }}