aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/model-repo/templates/configmap.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-04-10 15:36:28 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-04-10 15:36:28 -0700
commit858a95e48507cde00977408ee6cf8feddc13e063 (patch)
treeaec905804238a3020e3228a5e5c285f10e9341c3 /vnfs/DAaaS/model-repo/templates/configmap.yaml
parente339330753f696f21c13f1ef70087a474a85308d (diff)
Model Repo package
Added Model repo package consists of Minio Helm charts Change-Id: I47427cbc7e745f658a1dcf75742b3ae3226fc3d0 Issue-ID: ONAPARC-487 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'vnfs/DAaaS/model-repo/templates/configmap.yaml')
-rw-r--r--vnfs/DAaaS/model-repo/templates/configmap.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/DAaaS/model-repo/templates/configmap.yaml b/vnfs/DAaaS/model-repo/templates/configmap.yaml
new file mode 100644
index 00000000..cb11fcd7
--- /dev/null
+++ b/vnfs/DAaaS/model-repo/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 }}