aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/model-repo/templates/configmap.yaml
blob: cb11fcd7dda2dd947603d4e91303dd1411cfdba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 }}